]> git.karo-electronics.de Git - karo-tx-linux.git/commit
pci: Fix files needing export.h since they use EXPORT_SYMBOL
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 27 May 2011 13:37:25 +0000 (09:37 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 25 Aug 2011 17:55:17 +0000 (13:55 -0400)
commit9517c2545810d4463ec31a606eeadfe9e3986a34
treefbc6ed53c7cdd1c40255b07360eed3c7e7d67162
parent6e6b9227b34d0a023bb6c3af46f9b28a4ff4d72c
pci: Fix files needing export.h since they use EXPORT_SYMBOL

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

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