From: Roland Vossen Date: Tue, 5 Jul 2011 20:06:08 +0000 (+0200) Subject: staging: brcm80211: fullmac register access macro's take u32 instead of pointers X-Git-Tag: v3.1-rc1~232^2~175 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a24dee08c52116e95d6dbe0747c28f619f301612;p=pandora-kernel.git staging: brcm80211: fullmac register access macro's take u32 instead of pointers Code cleanup. Fullmac contains macro's that access registers on the 32 bits backplane bus. These registers should not be declared as pointers since pointers can be 64 bits. The following patch series gets rid of these pointers and ultimately of all compiler warning when compiling for amd64. Signed-off-by: Roland Vossen Reviewed-by: Arend van Spriel Reviewed-by: Franky Lin Signed-off-by: Arend van Spriel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed