Skip to content

Commit

Permalink
staging: brcm80211: remove BLOCKABLE so no one uses it.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jason Cooper authored and Greg Kroah-Hartman committed Oct 10, 2010
1 parent 7716314 commit 22b564b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/brcm80211/brcmfmac/dhd_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 22b564b

Please sign in to comment.