diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2016-08-23 17:19:42 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-08-27 13:14:21 +0200 |
commit | 2f4362040be123eb09c26e273d2ac95d7ced7737 (patch) | |
tree | 3426a10970e27f3b985ab79fa005e411e6b5821b /tools/laptop/freefall | |
parent | 6d6cc0d89a0cf4d7310d1447db0e6ae2467925f4 (diff) | |
download | blackbird-op-linux-2f4362040be123eb09c26e273d2ac95d7ced7737.tar.gz blackbird-op-linux-2f4362040be123eb09c26e273d2ac95d7ced7737.zip |
pinctrl: rockchip: make it explicitly non-modular
The Kconfig currently controlling compilation of this code is:
drivers/pinctrl/Kconfig:config PINCTRL_ROCKCHIP
drivers/pinctrl/Kconfig: bool
...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_DEVICE_TABLE is a no-op for non-modular code.
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: Heiko Stuebner <heiko@sntech.de>
Cc: linux-gpio@vger.kernel.org
Cc: linux-rockchip@lists.infradead.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'tools/laptop/freefall')
0 files changed, 0 insertions, 0 deletions