]> 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>
Sun, 31 Jul 2011 08:05:43 +0000 (04:05 -0400)
commit8588d540c33f2f939846e4b7d91a0be9a51fc470
tree6749170043635e9cd93932c1e09cc5b93c8ddcbf
parent4ff7466424037ec2ff1ba73bc07030f718c3e70e
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