diff options
author | Joe Perches <joe@perches.com> | 2013-03-22 16:00:15 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-03-27 13:37:32 -0400 |
commit | 50455cac91740659127704c537250904ffdc9ed0 (patch) | |
tree | 53148c21c81c894b678d4c41c989a0d4b66b24a2 /drivers/net/wireless/brcm80211 | |
parent | 55f39e67399d3d4cf0c9b2833da797afeafd537b (diff) |
brcmsmac: Remove unused macro SI_MSG
commit 6236dc2e2 ("brcmsmac: remove some redundant chip common workarounds")
removed the last uses.
Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/brcm80211')
-rw-r--r-- | drivers/net/wireless/brcm80211/brcmsmac/aiutils.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/wireless/brcm80211/brcmsmac/aiutils.c b/drivers/net/wireless/brcm80211/brcmsmac/aiutils.c index f0888a9ee32e..e4fd1ee3d690 100644 --- a/drivers/net/wireless/brcm80211/brcmsmac/aiutils.c +++ b/drivers/net/wireless/brcm80211/brcmsmac/aiutils.c | |||
@@ -318,12 +318,6 @@ | |||
318 | #define IS_SIM(chippkg) \ | 318 | #define IS_SIM(chippkg) \ |
319 | ((chippkg == HDLSIM_PKG_ID) || (chippkg == HWSIM_PKG_ID)) | 319 | ((chippkg == HDLSIM_PKG_ID) || (chippkg == HWSIM_PKG_ID)) |
320 | 320 | ||
321 | #ifdef DEBUG | ||
322 | #define SI_MSG(fmt, ...) pr_debug(fmt, ##__VA_ARGS__) | ||
323 | #else | ||
324 | #define SI_MSG(fmt, ...) no_printk(fmt, ##__VA_ARGS__) | ||
325 | #endif /* DEBUG */ | ||
326 | |||
327 | #define GOODCOREADDR(x, b) \ | 321 | #define GOODCOREADDR(x, b) \ |
328 | (((x) >= (b)) && ((x) < ((b) + SI_MAXCORES * SI_CORE_SIZE)) && \ | 322 | (((x) >= (b)) && ((x) < ((b) + SI_MAXCORES * SI_CORE_SIZE)) && \ |
329 | IS_ALIGNED((x), SI_CORE_SIZE)) | 323 | IS_ALIGNED((x), SI_CORE_SIZE)) |