diff options
| author | Paul Gortmaker <[email protected]> | 2016-10-30 16:37:29 -0400 |
|---|---|---|
| committer | Martin Schwidefsky <[email protected]> | 2016-10-31 17:55:44 +0100 |
| commit | 0729dcf248325db600f232d7b96e76441ea450dd (patch) | |
| tree | 0862d14c49e0a0dbcb102198aec0eb0d9d9e3f69 /tools/perf/scripts/python/net_dropmonitor.py | |
| parent | 8ba8b05f579dfc84c446033348d0ba84b893e64f (diff) | |
s390: hotplug: make pci_hpc explicitly non-modular
The Kconfig currently controlling compilation of this code is:
drivers/pci/hotplug/Kconfig:config HOTPLUG_PCI_S390
drivers/pci/hotplug/Kconfig: bool "System z PCI Hotplug Support"
...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.
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.
We don't exchange module.h for init.h or export.h since the file
does not contain any initcalls or EXPORT of symbols.
Cc: Sebastian Ott <[email protected]>
Cc: Gerald Schaefer <[email protected]>
Cc: Bjorn Helgaas <[email protected]>
Cc: [email protected]
Signed-off-by: Paul Gortmaker <[email protected]>
Signed-off-by: Heiko Carstens <[email protected]>
Signed-off-by: Martin Schwidefsky <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions