aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Cooper <jason@lakedaemon.net>2010-10-09 14:51:15 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-10 05:39:51 -0700
commit22b564b0b6909664bd7adac2fa9f3f0abc46457a (patch)
treecfe9aba037ba5b7b95d249d6541016806a914638
parent7716314bf9b9767eb1a69a16c68d05f17bc34588 (diff)
staging: brcm80211: remove BLOCKABLE so no one uses it.
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>
-rw-r--r--drivers/staging/brcm80211/brcmfmac/dhd_linux.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/brcm80211/brcmfmac/dhd_linux.c b/drivers/staging/brcm80211/brcmfmac/dhd_linux.c
index 363a6b7f31bc..dcb332913fa6 100644
--- a/drivers/staging/brcm80211/brcmfmac/dhd_linux.c
+++ b/drivers/staging/brcm80211/brcmfmac/dhd_linux.c
@@ -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 */