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

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

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

index e4a5ee9c97217381e324774d2c4777f7801d85c5..466aa014b13edba86a3dd5c82788280cbc4fbe1f 100644 (file)
@@ -6,6 +6,7 @@
  * Copyright (C) 2007 Aurelien Jarno <aurelien@aurel32.net>
  */
 
+#include <linux/export.h>
 #include <linux/ssb/ssb.h>
 #include <linux/ssb/ssb_driver_chipcommon.h>
 #include <linux/ssb/ssb_driver_extif.h>