summaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug-pci.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-05-27 17:37:25 +0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-11-01 03:31:22 +0400
commit363c75db1d7bbda0aa90e680565f2673bab92ee4 (patch)
tree7f6e2febf8b21f9bb17ad0ae2c699d362629441f /drivers/pci/hotplug-pci.c
parentd81a6d71760c4d8323f1f9a506c64084caa09063 (diff)
downloadlinux-363c75db1d7bbda0aa90e680565f2673bab92ee4.tar.xz
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>
Diffstat (limited to 'drivers/pci/hotplug-pci.c')
-rw-r--r--drivers/pci/hotplug-pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/hotplug-pci.c b/drivers/pci/hotplug-pci.c
index 4d4a64478404..d3509cdeb554 100644
--- a/drivers/pci/hotplug-pci.c
+++ b/drivers/pci/hotplug-pci.c
@@ -1,6 +1,7 @@
/* Core PCI functionality used only by PCI hotplug */
#include <linux/pci.h>
+#include <linux/export.h>
#include "pci.h"