summaryrefslogtreecommitdiffstats
path: root/arch/sh/drivers
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-08-01 01:20:02 +0200
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-11-01 00:31:05 +0100
commitf7be345515ab6d5c3a0973bb2b32510fcb7c0481 (patch)
treead968ca9e1691ca090eec4014e09a92dd3b752c1 /arch/sh/drivers
parentsh: Add module.h to arch/sh specific files as required. (diff)
downloadlinux-f7be345515ab6d5c3a0973bb2b32510fcb7c0481.tar.xz
linux-f7be345515ab6d5c3a0973bb2b32510fcb7c0481.zip
sh: Add export.h to arch/sh specific files as required.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'arch/sh/drivers')
-rw-r--r--arch/sh/drivers/pci/pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/drivers/pci/pci.c b/arch/sh/drivers/pci/pci.c
index 194231cb5a70..c2691afe8f79 100644
--- a/arch/sh/drivers/pci/pci.c
+++ b/arch/sh/drivers/pci/pci.c
@@ -20,6 +20,7 @@
#include <linux/io.h>
#include <linux/mutex.h>
#include <linux/spinlock.h>
+#include <linux/export.h>
unsigned long PCIBIOS_MIN_IO = 0x0000;
unsigned long PCIBIOS_MIN_MEM = 0;