staging: brcm80211: cleanup si_doattach function for fullmac
authorArend van Spriel <arend@broadcom.com>
Fri, 25 Mar 2011 10:25:54 +0000 (11:25 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 5 Apr 2011 05:36:11 +0000 (22:36 -0700)
commit014cdb5f454486b20de0e6358fb3692dbe067557
treeff35092948ffd6ab9129bab4c1150ee245766621
parent6b5a5a3eb77ea69382da9d2a64d74107e49cedaa
staging: brcm80211: cleanup si_doattach function for fullmac

si_doattach for the fullmac driver is selected using BCMSDIO
flag. Within the function there are #ifdef BRCM_FULLMAC but
this is implicitly true so these have been removed and the
function itself is now between #ifdef BRCM_FULLMAC instead of
BCMSDIO.

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>
drivers/staging/brcm80211/util/siutils.c