]> Git Repo - linux.git/commitdiff
MIPS: Fix build error due to missing inclusion of <linux/export.h>.
authorRalf Baechle <[email protected]>
Thu, 10 Nov 2011 14:15:57 +0000 (14:15 +0000)
committerRalf Baechle <[email protected]>
Fri, 11 Nov 2011 15:08:11 +0000 (15:08 +0000)
Signed-off-by: Ralf Baechle <[email protected]>
arch/mips/pci/pci-alchemy.c

index 4ee57104e47bb78ef4b8957480e04de5ee8198b9..b5ce041cdafb54667b7c11738892ab7e9020000a 100644 (file)
@@ -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>
This page took 0.058584 seconds and 4 git commands to generate.