diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2016-07-04 23:12:12 +0200 |
---|---|---|
committer | Michael Turquette <mturquette@baylibre.com> | 2016-07-07 00:20:26 +0200 |
commit | 1f501d632ed2f719d36c62ba1f8a68de0200391a (patch) | |
tree | 314ad1b2d0a0a4339b2d128469168ebe2956fe04 /drivers/nubus | |
parent | clk: meson8b: make it explicitly non-modular (diff) | |
download | linux-1f501d632ed2f719d36c62ba1f8a68de0200391a.tar.xz linux-1f501d632ed2f719d36c62ba1f8a68de0200391a.zip |
clk: meson: make gxbb explicitly non-modular
The Kconfig currently controlling compilation of this code is:
drivers/clk/meson/Kconfig:config COMMON_CLK_GXBB
drivers/clk/meson/Kconfig: bool
...meaning that it currently is not being built as a module by anyone.
Lets remove the modular code that is essentially orphaned, so that
when reading the driver there is no doubt it is builtin-only.
Since module_init translates to device_initcall in the non-modular
case, the init ordering remains unchanged with this commit.
Also note that MODULE_DEVICE_TABLE and ALIAS are no-op for non-modules.
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: Stephen Boyd <sboyd@codeaurora.org>
Cc: Carlo Caione <carlo@caione.org>
Cc: Kevin Hilman <khilman@baylibre.com>
Cc: linux-clk@vger.kernel.org
Cc: linux-amlogic@lists.infradead.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Michael Turquette <mturquette@baylibre.com>
Link: lkml.kernel.org/r/20160704211220.5685-3-paul.gortmaker@windriver.com
Diffstat (limited to 'drivers/nubus')
0 files changed, 0 insertions, 0 deletions