diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2016-08-23 17:19:44 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-08-27 13:16:12 +0200 |
commit | a9784e56aa106959ee695de8bf7c546b9bd6ad14 (patch) | |
tree | 2589d245d4de6b84ba8cb5aae7f898e1f4a2af40 /drivers/cpuidle/cpuidle-cps.c | |
parent | 37e70b6a35e73d884096a2dbc976fae454829533 (diff) | |
download | linux-a9784e56aa106959ee695de8bf7c546b9bd6ad14.tar.bz2 |
pinctrl: sirf: make core support explicitly non-modular
The Makefile currently controlling compilation of this code is:
drivers/pinctrl/sirf/pinctrl-sirf.o
--> drivers/pinctrl/sirf/Makefile:obj-y += pinctrl-sirf.o
...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 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: Rongjun Ying <rongjun.ying@csr.com>
Cc: Yuping Luo <yuping.luo@csr.com>
Cc: Barry Song <baohua@kernel.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>
Diffstat (limited to 'drivers/cpuidle/cpuidle-cps.c')
0 files changed, 0 insertions, 0 deletions