aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorPaul Gortmaker <[email protected]>2015-07-21 22:02:18 -0400
committerGreg Kroah-Hartman <[email protected]>2015-07-23 18:27:41 -0700
commit4fef53518f9b4813043bdb48b70bd9fbf4ad2597 (patch)
treefaf1974242c81b0df6aea257d645fa272d76ccac /tools/perf/scripts/python/bin
parent37db22346739d986c2863e2c7b5580e5f376c5e6 (diff)
drivers/tty: make serial/sunhv.c driver explicitly non-modular
The Kconfig for this driver is currently: config SERIAL_SUNHV bool "Sun4v Hypervisor Console support" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular and unused code here, so that when reading the driver there is no doubt it is builtin-only. Since module_init translates to device_initcall in the non-modular case, the init ordering remains unchanged with this commit. We don't swap module.h for init.h since this file has init.h already. We leave some tags like MODULE_LICENSE for documentation purposes, and for the "git blame" value. Also note that MODULE_DEVICE_TABLE is a no-op for non-modular code, so we remove that too. Cc: "David S. Miller" <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Cc: Jiri Slaby <[email protected]> Cc: [email protected] Cc: [email protected] Signed-off-by: Paul Gortmaker <[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