diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2016-07-05 00:12:17 +0300 |
---|---|---|
committer | Michael Turquette <mturquette@baylibre.com> | 2016-07-14 00:57:59 +0300 |
commit | 4c7c28ffe9658ebfb43e638d9d267e1be2ffb71c (patch) | |
tree | 6ea022db98671776cab9eb312bf5fb77cdca7d44 /drivers/clk/samsung/clk-exynos-audss.c | |
parent | 9893c9bf6a9c02ff571686f1b5820e4f0841e581 (diff) | |
download | linux-4c7c28ffe9658ebfb43e638d9d267e1be2ffb71c.tar.xz |
clk: samsung: make clk-s5pv210-audss explicitly non-modular
The Kconfig currently controlling compilation of this code is:
arch/arm/mach-s5pv210/Kconfig:config ARCH_S5PV210
arch/arm/mach-s5pv210/Kconfig: bool "Samsung S5PV210/S5PC110" if ARCH_MULTI_V7
...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.
We explicitly disallow a driver unbind, since that doesn't have a
sensible use case anyway, and it allows us to drop the ".remove"
code for non-modular drivers.
Since this code is already not using module_init, case, the init
ordering remains unchanged with this commit.
We also delete the MODULE_LICENSE tags etc. since all that information
is already contained at the top of the file in the comments.
Cc: Tomasz Figa <tomasz.figa@gmail.com>
Cc: Stephen Boyd <sboyd@codeaurora.org>
Cc: linux-samsung-soc@vger.kernel.org
Cc: linux-clk@vger.kernel.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Acked-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Michael Turquette <mturquette@baylibre.com>
Link: lkml.kernel.org/r/20160704211220.5685-8-paul.gortmaker@windriver.com
Diffstat (limited to 'drivers/clk/samsung/clk-exynos-audss.c')
0 files changed, 0 insertions, 0 deletions