]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: brcm80211: fullmac register access macro's take u32 instead of pointers
authorRoland Vossen <rvossen@broadcom.com>
Tue, 5 Jul 2011 20:06:08 +0000 (22:06 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 6 Jul 2011 02:41:41 +0000 (19:41 -0700)
commita24dee08c52116e95d6dbe0747c28f619f301612
tree865d2d0fa8d3dba5256924ed1ccc17482af3e21e
parent591e814237852195f4a2dae280c74c1524648d45
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 <rvossen@broadcom.com>
Reviewed-by: Arend van Spriel <arend@broadcom.com>
Reviewed-by: Franky Lin <frankyl@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/brcmfmac/dhd_sdio.c