summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/nomadik/pinctrl-nomadik.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2016-08-24 00:19:40 +0300
committerLinus Walleij <linus.walleij@linaro.org>2016-08-27 14:12:44 +0300
commit8b51fad0e975a913be6db1d3d06981232163d182 (patch)
treea795f2c374de971ffd0b0d9a9190393be7eedb47 /drivers/pinctrl/nomadik/pinctrl-nomadik.c
parent4394a639338bd5e0973d61294a69196cd580ab83 (diff)
downloadlinux-8b51fad0e975a913be6db1d3d06981232163d182.tar.xz
pinctrl: nomadik: make abx500 explicitly non-modular
The Kconfig currently controlling compilation of this code is: config PINCTRL_ABX500 bool "ST-Ericsson ABx500 family Mixed Signal Circuit gpio functions" ...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. Note that MODULE_ALIAS is a no-op for non-modular code. We also delete the MODULE_LICENSE tag etc. since all that information was (or is now) contained at the top of the file in the comments. Cc: Linus Walleij <linus.walleij@linaro.org> Cc: Alessandro Rubini <rubini@unipv.it> Cc: Patrice Chotard <patrice.chotard@st.com> Cc: linux-gpio@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/nomadik/pinctrl-nomadik.c')
0 files changed, 0 insertions, 0 deletions