diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-09-22 11:22:55 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:31:06 -0400 |
commit | 66421a648d11c60e75d1ec4876f0748341598f5d (patch) | |
tree | 9f276bcdc62b0216d85927a1ecc4d5ce3b67dfb8 /arch/microblaze/pci | |
parent | f7be345515ab6d5c3a0973bb2b32510fcb7c0481 (diff) |
microblaze: Add export.h to arch/microblaze files as required
For access to the EXPORT_SYMBOL variants and THIS_MODULE macros.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'arch/microblaze/pci')
-rw-r--r-- | arch/microblaze/pci/iomap.c | 1 | ||||
-rw-r--r-- | arch/microblaze/pci/pci-common.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/microblaze/pci/iomap.c b/arch/microblaze/pci/iomap.c index 3fbf16f4e16c..57acda852f5a 100644 --- a/arch/microblaze/pci/iomap.c +++ b/arch/microblaze/pci/iomap.c @@ -6,6 +6,7 @@ #include <linux/init.h> #include <linux/pci.h> #include <linux/mm.h> +#include <linux/export.h> #include <asm/io.h> #include <asm/pci-bridge.h> diff --git a/arch/microblaze/pci/pci-common.c b/arch/microblaze/pci/pci-common.c index 4cfae20f1067..db841c7b9d5b 100644 --- a/arch/microblaze/pci/pci-common.c +++ b/arch/microblaze/pci/pci-common.c @@ -30,6 +30,7 @@ #include <linux/of.h> #include <linux/of_address.h> #include <linux/of_pci.h> +#include <linux/export.h> #include <asm/processor.h> #include <asm/io.h> |