]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mips: bcm47xx/setup.c needs export.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 28 Jul 2011 23:11:53 +0000 (19:11 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 08:05:28 +0000 (04:05 -0400)
Or else we'll get this:

arch/mips/bcm47xx/setup.c:39: error: type defaults to 'int' in declaration of 'EXPORT_SYMBOL'

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/mips/bcm47xx/setup.c

index cfae81571dedd91d9411d7457fc9322497b93896..0eda3808ee9d444fb667dff87285214154baa1bb 100644 (file)
@@ -27,6 +27,7 @@
  */
 
 #include <linux/types.h>
+#include <linux/export.h>
 #include <linux/ssb/ssb.h>
 #include <linux/ssb/ssb_embedded.h>
 #include <asm/bootinfo.h>