summaryrefslogtreecommitdiff
path: root/lib/fdt.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2017-02-02 17:52:12 +0300
committerPhilipp Zabel <p.zabel@pengutronix.de>2017-02-02 18:32:09 +0300
commit7a1ca76dba35d1a443278811fb67625f0e98a713 (patch)
treed23e2d61e4bc66f7536ceac2f140dd676d3fee88 /lib/fdt.c
parent4891486fb2c80eaf3bb0f9eb065d15ecd357702f (diff)
downloadlinux-7a1ca76dba35d1a443278811fb67625f0e98a713.tar.xz
reset: make zx2967 explicitly non-modular
The Kconfig currently controlling compilation of this code is: config RESET_ZX2967 bool "ZTE ZX2967 Reset Driver ...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. Since builtin_platform_driver() was already in use, 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 is already contained at the top of the file in the comments. We don't replace module.h with init.h since the file does not appear to use __init prefix anywhere. Cc: Jun Nie <jun.nie@linaro.org> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Reviewed-by: Baoyou Xie <baoyou.xie@linaro.org> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'lib/fdt.c')
0 files changed, 0 insertions, 0 deletions