]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/pci/quirks.c
pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULE
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 27 May 2011 13:37:25 +0000 (09:37 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:31:22 +0000 (19:31 -0400)
commit363c75db1d7bbda0aa90e680565f2673bab92ee4
tree7f6e2febf8b21f9bb17ad0ae2c699d362629441f
parentd81a6d71760c4d8323f1f9a506c64084caa09063
pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULE

They were implicitly getting it from device.h --> module.h but
we want to clean that up.  So add the minimal header for these
macros.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
13 files changed:
drivers/pci/ats.c
drivers/pci/hotplug-pci.c
drivers/pci/hotplug/pcihp_slot.c
drivers/pci/htirq.c
drivers/pci/ioapic.c
drivers/pci/iov.c
drivers/pci/irq.c
drivers/pci/msi.c
drivers/pci/pci-sysfs.c
drivers/pci/quirks.c
drivers/pci/rom.c
drivers/pci/setup-res.c
drivers/pci/vpd.c