projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e18d531
)
Staging: brcm80211: remove VALID_MASK macro
author
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 8 Oct 2010 19:01:30 +0000
(12:01 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 8 Oct 2010 19:01:30 +0000
(12:01 -0700)
No one is using it.
Cc: Brett Rudley <brudley@broadcom.com>
Cc: Henry Ptasinski <henryp@broadcom.com>
Cc: Nohee Ko <noheek@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/include/bcmutils.h
patch
|
blob
|
history
diff --git
a/drivers/staging/brcm80211/include/bcmutils.h
b/drivers/staging/brcm80211/include/bcmutils.h
index 25e725cd9463cd424ed216d6f3bb1adaab88806a..dca5a386869d391af8b940dbc0e4ac283520ecb0 100644
(file)
--- a/
drivers/staging/brcm80211/include/bcmutils.h
+++ b/
drivers/staging/brcm80211/include/bcmutils.h
@@
-451,7
+451,6
@@
extern "C" {
#define CEIL(x, y) (((x) + ((y)-1)) / (y))
#define ISPOWEROF2(x) ((((x)-1)&(x)) == 0)
-#define VALID_MASK(mask) (!((mask) & ((mask) + 1)))
/* bit map related macros */
#ifndef setbit