Skip to content

Commit

Permalink
staging: brcm80211: fix compile error on non-x86 archs since 3.0 kernel
Browse files Browse the repository at this point in the history
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 <pieterpg@broadcom.com>
Reviewed-by: Henry Ptasinski <henryp@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Arend Van Spriel authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent fcb8ce5 commit 9818a47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/brcm80211/brcmsmac/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#define _BRCM_TYPES_H_

#include <linux/types.h>
#include <linux/io.h>

/* Bus types */
#define SI_BUS 0 /* SOC Interconnect */
Expand Down

0 comments on commit 9818a47

Please sign in to comment.