]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: brcm80211: remove BLOCKABLE so no one uses it.
authorJason Cooper <jason@lakedaemon.net>
Sat, 9 Oct 2010 18:51:15 +0000 (14:51 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 10 Oct 2010 12:39:51 +0000 (05:39 -0700)
BLOCKABLE() doesn't do what it's supposed to.

Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/brcmfmac/dhd_linux.c

index 363a6b7f31bc6fdc6cfa1fd16d2b84eb16c62ff5..dcb332913fa6aec1ef3018126a62d43081c36c7c 100644 (file)
@@ -333,8 +333,6 @@ uint dhd_radio_up = 1;
 char iface_name[IFNAMSIZ];
 module_param_string(iface_name, iface_name, IFNAMSIZ, 0);
 
-#define BLOCKABLE()    (!in_atomic())
-
 /* The following are specific to the SDIO dongle */
 
 /* IOCTL response timeout */