remarkable-linux/drivers/pinctrl/freescale
Paul Gortmaker b2892dfdc1 pinctrl: imx35: make it explicitly non-modular
The Kconfig currently controlling compilation of this code is:

drivers/pinctrl/freescale/Kconfig:config PINCTRL_IMX35
drivers/pinctrl/freescale/Kconfig:	bool "IMX35 pinctrl driver"

...meaning that it currently is not being built as a module by anyone.

Lets remove the modular code that is essentially orphaned, so that
when reading the driver there is no doubt it is builtin-only.

Since module_init was not in use by this driver, the init ordering
remains unchanged with this commit.

We also delete the MODULE_LICENSE tag etc. since all that information
is already contained at the top of the file in the comments.

Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Dong Aisheng <dong.aisheng@linaro.org>
Cc: linux-gpio@vger.kernel.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2016-06-29 09:34:52 +02:00
..
Kconfig pinctrl: imx: Kconfig: PINCTRL_IMX select REGMAP 2016-04-14 14:19:00 +02:00
Makefile
pinctrl-imx.c pinctrl: freescale: remove needless module.h include 2016-06-29 09:30:10 +02:00
pinctrl-imx.h pinctrl: imx: Use devm_pinctrl_register() for pinctrl registration 2016-04-21 00:02:17 +02:00
pinctrl-imx1-core.c pinctrl: freescale: remove needless module.h include 2016-06-29 09:30:10 +02:00
pinctrl-imx1.c pinctrl: imx1: make it explicitly non-modular 2016-06-29 09:31:03 +02:00
pinctrl-imx1.h pinctrl: imxl: Use devm_pinctrl_register() for pinctrl registration 2016-04-21 00:02:21 +02:00
pinctrl-imx6dl.c pinctrl: imx: Use devm_pinctrl_register() for pinctrl registration 2016-04-21 00:02:17 +02:00
pinctrl-imx6q.c pinctrl: imx: Use devm_pinctrl_register() for pinctrl registration 2016-04-21 00:02:17 +02:00
pinctrl-imx6sl.c pinctrl: imx: Use devm_pinctrl_register() for pinctrl registration 2016-04-21 00:02:17 +02:00
pinctrl-imx6sx.c pinctrl: imx: Use devm_pinctrl_register() for pinctrl registration 2016-04-21 00:02:17 +02:00
pinctrl-imx6ul.c pinctrl: imx: Use devm_pinctrl_register() for pinctrl registration 2016-04-21 00:02:17 +02:00
pinctrl-imx7d.c pinctrl: imx: Use devm_pinctrl_register() for pinctrl registration 2016-04-21 00:02:17 +02:00
pinctrl-imx21.c pinctrl: imx21: make it explicitly non-modular 2016-06-29 09:32:06 +02:00
pinctrl-imx23.c
pinctrl-imx25.c pinctrl: imx25: make it explicitly non-modular 2016-06-29 09:32:59 +02:00
pinctrl-imx27.c pinctrl: imx27: make it explicitly non-modular 2016-06-29 09:34:01 +02:00
pinctrl-imx28.c
pinctrl-imx35.c pinctrl: imx35: make it explicitly non-modular 2016-06-29 09:34:52 +02:00
pinctrl-imx50.c pinctrl: imx: Use devm_pinctrl_register() for pinctrl registration 2016-04-21 00:02:17 +02:00
pinctrl-imx51.c pinctrl: imx: Use devm_pinctrl_register() for pinctrl registration 2016-04-21 00:02:17 +02:00
pinctrl-imx53.c pinctrl: imx: Use devm_pinctrl_register() for pinctrl registration 2016-04-21 00:02:17 +02:00
pinctrl-mxs.c
pinctrl-mxs.h
pinctrl-vf610.c pinctrl: imx: Use devm_pinctrl_register() for pinctrl registration 2016-04-21 00:02:17 +02:00