linux-hardened/drivers/pinctrl/nomadik
Paul Gortmaker 6d6cc0d89a pinctrl: nomadik: make core support explicitly non-modular
The Kconfig currently controlling compilation of this code is:

drivers/pinctrl/nomadik/Kconfig:config PINCTRL_NOMADIK
drivers/pinctrl/nomadik/Kconfig:        bool "Nomadik pin controller driver"

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

Lets remove the couple traces of modular infrastructure use, so that
when reading the driver there is no doubt it is builtin-only.

We 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: Alessandro Rubini <rubini@unipv.it>
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-08-27 13:13:32 +02:00
..
Kconfig pinctrl: fix allmodconfig noise 2015-04-15 10:02:42 +02:00
Makefile
pinctrl-ab8500.c
pinctrl-ab8505.c pinctrl: Spelling s/reseved/reserved/ 2015-06-01 15:49:53 +02:00
pinctrl-ab8540.c
pinctrl-ab9540.c
pinctrl-abx500.c pinctrl: nomadik: make abx500 explicitly non-modular 2016-08-27 13:12:44 +02:00
pinctrl-abx500.h
pinctrl-nomadik-db8500.c pinctrl/ARM: move GPIO and pinctrl deps to device tree 2015-07-27 15:04:40 +02:00
pinctrl-nomadik-db8540.c pinctrl/ARM: move GPIO and pinctrl deps to device tree 2015-07-27 15:04:40 +02:00
pinctrl-nomadik-stn8815.c pinctrl: nomadik: stn8815 CLCD alternate functions 2016-01-28 12:26:34 +01:00
pinctrl-nomadik.c pinctrl: nomadik: make core support explicitly non-modular 2016-08-27 13:13:32 +02:00
pinctrl-nomadik.h pinctrl/ARM: move GPIO and pinctrl deps to device tree 2015-07-27 15:04:40 +02:00