summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie/Makefile
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2016-08-24 16:57:46 -0400
committerBjorn Helgaas <bhelgaas@google.com>2016-08-24 16:59:57 -0500
commit8756336c1d6d27d844a8cfc61127859dca4090f5 (patch)
treed2821308b93b337854636cfa4345a17eac0fbf18 /drivers/pci/pcie/Makefile
parentd7def20400773c7c0be8dcee58434ddbb0f6f8d9 (diff)
downloadblackbird-op-linux-8756336c1d6d27d844a8cfc61127859dca4090f5.tar.gz
blackbird-op-linux-8756336c1d6d27d844a8cfc61127859dca4090f5.zip
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 <paul.gortmaker@windriver.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> CC: Tom Long Nguyen <tom.l.nguyen@intel.com>
Diffstat (limited to 'drivers/pci/pcie/Makefile')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud