diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2016-03-27 18:44:41 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-03-31 13:01:15 +0300 |
commit | 8f3e19fae04a0c85d137dbb6f3c49de63b60cfc2 (patch) | |
tree | 65eed899b61757ca5e9cf2b40062eb5b05e65331 /fs/bad_inode.c | |
parent | 8fccdb580ebec0f5b081d824797911a4c5d91891 (diff) | |
download | linux-8f3e19fae04a0c85d137dbb6f3c49de63b60cfc2.tar.xz |
gpio: bcm-kona: make explicitly non-modular
The Kconfig currently controlling compilation of this code is:
config GPIO_BCM_KONA
bool "Broadcom Kona GPIO"
...meaning that it currently is not being built as a module by anyone.
Lets remove the couple traces of modularity so that when reading the
driver there is no doubt it is builtin-only.
Since module_platform_driver() uses the same init level priority as
builtin_platform_driver() the init ordering remains unchanged with
this commit.
Also 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
was (or is now) contained at the top of the file in the comments.
Cc: Ray Jui <rjui@broadcom.com>
Cc: Alexandre Courbot <gnurou@gmail.com>
Cc: bcm-kernel-feedback-list@broadcom.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 'fs/bad_inode.c')
0 files changed, 0 insertions, 0 deletions