Commit a6cf450e authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Staging: brcm80211: remove __cplusplus markers

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: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 22b564b0
......@@ -17,10 +17,6 @@
#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_ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment