summaryrefslogtreecommitdiffstats
path: root/drivers/reset/reset-socfpga.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2016-06-13 14:03:34 -0400
committerPhilipp Zabel <p.zabel@pengutronix.de>2016-10-24 10:43:40 +0200
commited4dba99cae80d14afb8ddcc677a2f547dd70162 (patch)
treec16cfd5319025f58c306228f2ff06b4d51e3077e /drivers/reset/reset-socfpga.c
parent211bc8c3e5f75c24391fffe1a59c5d634e09859e (diff)
downloadlinux-stable-ed4dba99cae80d14afb8ddcc677a2f547dd70162.tar.gz
linux-stable-ed4dba99cae80d14afb8ddcc677a2f547dd70162.tar.bz2
linux-stable-ed4dba99cae80d14afb8ddcc677a2f547dd70162.zip
reset: berlin: make it explicitly non-modular
The Kconfig currently controlling compilation of this code is: drivers/reset/Kconfig:config RESET_BERLIN drivers/reset/Kconfig: bool "Berlin Reset Driver" if COMPILE_TEST drivers/reset/Kconfig: default ARCH_BERLIN or arch/arm/mach-berlin/Kconfig:menuconfig ARCH_BERLIN arch/arm/mach-berlin/Kconfig: bool "Marvell Berlin SoCs" if ARCH_MULTI_V7 or arch/arm64/Kconfig.platforms:config ARCH_BERLIN arch/arm64/Kconfig.platforms: bool "Marvell Berlin SoC Family" ...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_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: Antoine Tenart <antoine.tenart@free-electrons.com> Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'drivers/reset/reset-socfpga.c')
0 files changed, 0 insertions, 0 deletions