diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2011-11-10 14:15:57 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-11-11 15:08:11 +0000 |
commit | 71ca86937513f44151454cb6aa8a66e9ed86275a (patch) | |
tree | bbc6baec48a542b7bb9f99f10006914aed4f21f6 /arch/mips/pci/pci-alchemy.c | |
parent | 5c200197130e307de6eba72fc335c83c9dd6a5bc (diff) | |
download | op-kernel-dev-71ca86937513f44151454cb6aa8a66e9ed86275a.zip op-kernel-dev-71ca86937513f44151454cb6aa8a66e9ed86275a.tar.gz |
MIPS: Fix build error due to missing inclusion of <linux/export.h>.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/pci/pci-alchemy.c')
-rw-r--r-- | arch/mips/pci/pci-alchemy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/pci/pci-alchemy.c b/arch/mips/pci/pci-alchemy.c index 4ee5710..b5ce041 100644 --- a/arch/mips/pci/pci-alchemy.c +++ b/arch/mips/pci/pci-alchemy.c @@ -7,6 +7,7 @@ * Support for all devices (greater than 16) added by David Gathright. */ +#include <linux/export.h> #include <linux/types.h> #include <linux/pci.h> #include <linux/platform_device.h> |