Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220248
b: refs/heads/master
c: 96e76e6
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Oct 8, 2010
1 parent 69f6e82 commit a2a6f32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e18d5313c680e5bb8cbdc0dce8f8698c2ab20663
refs/heads/master: 96e76e694101c2b09c997bce5f064df0d051b729
1 change: 0 additions & 1 deletion trunk/drivers/staging/brcm80211/include/bcmutils.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2a6f32

Please sign in to comment.