From a2a6f32b9e8717da615344853e44473d7c11ead2 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Fri, 8 Oct 2010 12:01:30 -0700 Subject: [PATCH] --- yaml --- r: 220248 b: refs/heads/master c: 96e76e694101c2b09c997bce5f064df0d051b729 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/staging/brcm80211/include/bcmutils.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 8fc2144f7ba2..deaaf228662d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e18d5313c680e5bb8cbdc0dce8f8698c2ab20663 +refs/heads/master: 96e76e694101c2b09c997bce5f064df0d051b729 diff --git a/trunk/drivers/staging/brcm80211/include/bcmutils.h b/trunk/drivers/staging/brcm80211/include/bcmutils.h index 25e725cd9463..dca5a386869d 100644 --- a/trunk/drivers/staging/brcm80211/include/bcmutils.h +++ b/trunk/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