Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220245
b: refs/heads/master
c: d2733c9
h: refs/heads/master
i:
  220243: 11f2299
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Oct 8, 2010
1 parent 32fb68a commit 6dc94d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 8d3d6a6945df5c78c7f7882dabdb5638b05b2f5c
refs/heads/master: d2733c97faf94ae22f214f3cfb288da3366e6ad5
2 changes: 0 additions & 2 deletions trunk/drivers/staging/brcm80211/include/bcmutils.h
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,6 @@ extern "C" {
#define CEIL(x, y) (((x) + ((y)-1)) / (y))
#define ROUNDUP(x, y) ((((x)+((y)-1))/(y))*(y))
#define ISALIGNED(a, x) (((a) & ((x)-1)) == 0)
#define ALIGN_ADDR(addr, boundary) (void *)(((uintptr)(addr) + (boundary) - 1) \
& ~((boundary) - 1))
#define ISPOWEROF2(x) ((((x)-1)&(x)) == 0)
#define VALID_MASK(mask) (!((mask) & ((mask) + 1)))

Expand Down

0 comments on commit 6dc94d6

Please sign in to comment.