1
0
Fork 0
alistair23-linux/drivers/pinctrl/spear
Paul Gortmaker 8429cba14f pinctrl: spear: make bool drivers explicitly non-modular
None of the Kconfigs for any of these drivers are tristate,
meaning that they currently are not being built as a module by anyone.

Lets remove the modular code that is essentially orphaned, so that
when reading the drivers there is no doubt they are builtin-only.  All
drivers get the exact same change, so they are handled in batch.

Changes are (1) use init.h header in place of module.h header,
(2) delete module_exit related code, (3) delete MODULE_DEVICE_TABLE,
and (4) delete MODULE_LICENCE/MODULE_AUTHOR and associated tags.

None of these drivers were using module_init() so we don't have to
worry about the init ordering getting changed with this commit.

Also note that MODULE_DEVICE_TABLE is a no-op for non-modular code.

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

Cc: spear-devel@list.st.com
Cc: linux-gpio@vger.kernel.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2017-02-13 14:25:55 +01:00
..
Kconfig pinctrl: spear: switch plgpio to irqchip helpers 2014-06-19 09:35:12 +02:00
Makefile pinctrl: spear: guard sub-directory with CONFIG_PINCTRL_SPEAR 2015-12-01 10:42:02 +01:00
pinctrl-plgpio.c pinctrl: spear: make bool drivers explicitly non-modular 2017-02-13 14:25:55 +01:00
pinctrl-spear.c pinctrl: spear: Use devm_pinctrl_register() for pinctrl registration 2016-04-21 00:03:18 +02:00
pinctrl-spear.h pinctrl: spear: Use devm_pinctrl_register() for pinctrl registration 2016-04-21 00:03:18 +02:00
pinctrl-spear3xx.c Update Viresh Kumar's email address 2015-07-17 16:39:53 -07:00
pinctrl-spear3xx.h Update Viresh Kumar's email address 2015-07-17 16:39:53 -07:00
pinctrl-spear300.c pinctrl: spear: make bool drivers explicitly non-modular 2017-02-13 14:25:55 +01:00
pinctrl-spear310.c pinctrl: spear: make bool drivers explicitly non-modular 2017-02-13 14:25:55 +01:00
pinctrl-spear320.c pinctrl: spear: make bool drivers explicitly non-modular 2017-02-13 14:25:55 +01:00
pinctrl-spear1310.c pinctrl: spear: make bool drivers explicitly non-modular 2017-02-13 14:25:55 +01:00
pinctrl-spear1340.c pinctrl: spear: make bool drivers explicitly non-modular 2017-02-13 14:25:55 +01:00