diff options
author | Paul Gortmaker <[email protected]> | 2016-06-13 14:03:37 -0400 |
---|---|---|
committer | Philipp Zabel <[email protected]> | 2016-10-24 10:45:32 +0200 |
commit | fadb03cd46c45e455685c7c9d2517314ca4518cf (patch) | |
tree | 7e5664c88f2382d65ebdb8a6a53f92df98866f89 /tools/perf/scripts/python | |
parent | c4742ed32b39d1207162d09045ad23cef5139b51 (diff) |
reset: zynq: make it explicitly non-modular
The Makefile/Kconfig currently controlling compilation of this code is:
drivers/reset/Kconfig:config RESET_ZYNQ
drivers/reset/Kconfig: bool "ZYNQ Reset Driver" if COMPILE_TEST
drivers/reset/Kconfig: default ARCH_ZYNQ
or
drivers/reset/Makefile:obj-$(CONFIG_ARCH_ZYNQ) += reset-zynq.o
arch/arm/mach-zynq/Kconfig:config ARCH_ZYNQ
arch/arm/mach-zynq/Kconfig: bool "Xilinx Zynq ARM Cortex A9 Platform" if ARCH_MULTI_V7
...meaning that it currently is not being built as a module by anyone.
Lets remove the few remaining traces of modular macro usage, 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.
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: "Sören Brinkmann" <[email protected]>
Signed-off-by: Paul Gortmaker <[email protected]>
Acked-by: Michal Simek <[email protected]>
Acked-by: Moritz Fischer <[email protected]>
Signed-off-by: Philipp Zabel <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions