mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-31 16:26:41 +09:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
7716314bf9
commit
22b564b0b6
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user