]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
Staging: brcm80211: remove __cplusplus markers
authorGreg Kroah-Hartman <gregkh@suse.de>
Sun, 10 Oct 2010 12:52:59 +0000 (05:52 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 10 Oct 2010 12:52:59 +0000 (05:52 -0700)
It's not needed within the kernel, so remove them.

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

index 07948b85e8a9f70be6712e3a3ad5ca2c62794a11..dcb02367d5d6996194cb47025d42dbe1ef26599b 100644 (file)
 #ifndef        _bcmutils_h_
 #define        _bcmutils_h_
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 /* Buffer structure for collecting string-formatted data
 * using bcm_bprintf() API.
 * Use bcm_binit() to initialize before use
@@ -513,8 +509,4 @@ extern "C" {
                                uint len);
        extern uint bcm_bitcount(u8 *bitmap, uint bytelength);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif                         /* _bcmutils_h_ */