]> 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, 28 Jul 2011 03:43:38 +0000 (23:43 -0400)
commitce0362d548cc160b97a386ccf9b835b730d0c689
tree9c868d3ddc245295c916cc4703c00863858231d7
parent1592fe2cdedf6ed9e0f7c81b7854c42dd5f32279
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