aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorPaul Gortmaker <[email protected]>2016-07-03 14:05:56 -0400
committerGreg Kroah-Hartman <[email protected]>2016-08-31 13:20:16 +0200
commit050c3d52cc7810d9d17b8cd231708609af6876ae (patch)
tree45ba9e91dac1535de76f95f09ae7e257ac0eaf71 /tools/perf/scripts/python/bin
parent553ebb8e40d5a9135be036cc6ebfdf40bdc1f710 (diff)
vme: make core vme support explicitly non-modular
The Kconfig currently controlling compilation of this code is: drivers/vme/Kconfig:menuconfig VME_BUS drivers/vme/Kconfig: bool "VME bridge support" ...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 replace module.h and moduleparam.h (unused) with init.h and also export.h ; the latter since this file does export some syms. Since this is a struct bus_type and not a platform_driver, we don't have any ".suppress_bind_attrs" to be concerned about when we drop the ".remove" code from this file. Since module_init was not in use by this code, the init ordering remains unchanged with this commit. Cc: Manohar Vanga <[email protected]> Signed-off-by: Paul Gortmaker <[email protected]> Acked-by: Martyn Welch <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions