aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/trace-event-scripting.c
diff options
context:
space:
mode:
authorPaul Gortmaker <[email protected]>2016-08-24 16:57:46 -0400
committerBjorn Helgaas <[email protected]>2016-08-24 16:59:57 -0500
commit8756336c1d6d27d844a8cfc61127859dca4090f5 (patch)
treed2821308b93b337854636cfa4345a17eac0fbf18 /tools/perf/util/trace-event-scripting.c
parentd7def20400773c7c0be8dcee58434ddbb0f6f8d9 (diff)
PCI/AER: Make explicitly non-modular
This code is not being built as a module by anyone: obj-$(CONFIG_PCIEAER) += aerdriver.o aerdriver-objs := aerdrv_errprint.o aerdrv_core.o aerdrv.o drivers/pci/pcie/aer/Kconfig:config PCIEAER drivers/pci/pcie/aer/Kconfig: bool "Root Port Advanced Error Reporting support" Remove uses of MODULE_DESCRIPTION(), MODULE_AUTHOR(), MODULE_LICENSE(), etc., so that when reading the driver there is no doubt it is builtin-only. The information is preserved in comments at the top of the file. Note that for non-modular code, module_init() translates to device_initcall(). [bhelgaas: changelog] Signed-off-by: Paul Gortmaker <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> CC: Tom Long Nguyen <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions