提交 22b564b0 编写于 作者: J Jason Cooper 提交者: Greg Kroah-Hartman

staging: brcm80211: remove BLOCKABLE so no one uses it.

BLOCKABLE() doesn't do what it's supposed to.
Signed-off-by: NJason Cooper <jason@lakedaemon.net>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 7716314b
...@@ -333,8 +333,6 @@ uint dhd_radio_up = 1; ...@@ -333,8 +333,6 @@ uint dhd_radio_up = 1;
char iface_name[IFNAMSIZ]; char iface_name[IFNAMSIZ];
module_param_string(iface_name, iface_name, IFNAMSIZ, 0); module_param_string(iface_name, iface_name, IFNAMSIZ, 0);
#define BLOCKABLE() (!in_atomic())
/* The following are specific to the SDIO dongle */ /* The following are specific to the SDIO dongle */
/* IOCTL response timeout */ /* IOCTL response timeout */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册