From: Jason Cooper Date: Sat, 9 Oct 2010 18:51:15 +0000 (-0400) Subject: staging: brcm80211: remove BLOCKABLE so no one uses it. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=22b564b0b6909664bd7adac2fa9f3f0abc46457a;p=linux-beck.git staging: brcm80211: remove BLOCKABLE so no one uses it. BLOCKABLE() doesn't do what it's supposed to. Signed-off-by: Jason Cooper Signed-off-by: Greg Kroah-Hartman --- 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 */