staging: brcm80211: fix compile error on non-x86 archs since 3.0 kernel
authorArend Van Spriel <[email protected]>
Mon, 8 Aug 2011 13:57:45 +0000 (15:57 +0200)
committerGreg Kroah-Hartman <[email protected]>
Tue, 23 Aug 2011 20:03:08 +0000 (13:03 -0700)
Since the arrival of kernel version 3.0 in the staging tree it
turns out compile error occurs for sparc64, powerpc, and arm
platforms. This patch fixes that issue.

Reviewed-by: Pieter-Paul Giesberts <[email protected]>
Reviewed-by: Henry Ptasinski <[email protected]>
Signed-off-by: Arend van Spriel <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/staging/brcm80211/brcmsmac/types.h

index bbf21897ae0e32137c7f38bbabf5159a31b4cda7..823b5e4672e29fbae23e7bab1175e94154c1b9d6 100644 (file)
@@ -18,6 +18,7 @@
 #define _BRCM_TYPES_H_
 
 #include <linux/types.h>
+#include <linux/io.h>
 
 /* Bus types */
 #define        SI_BUS                  0       /* SOC Interconnect */