diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2016-08-24 16:57:46 -0400 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-08-24 16:59:57 -0500 |
commit | 8756336c1d6d27d844a8cfc61127859dca4090f5 (patch) | |
tree | d2821308b93b337854636cfa4345a17eac0fbf18 /drivers/pci/pcie/Makefile | |
parent | d7def20400773c7c0be8dcee58434ddbb0f6f8d9 (diff) | |
download | blackbird-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