Skip to content

Commit

Permalink
Staging: brcm80211: remove __cplusplus markers
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Kroah-Hartman committed Oct 10, 2010
1 parent 22b564b commit a6cf450
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions drivers/staging/brcm80211/include/bcmutils.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -513,8 +509,4 @@ extern "C" {
uint len);
extern uint bcm_bitcount(u8 *bitmap, uint bytelength);

#ifdef __cplusplus
}
#endif

#endif /* _bcmutils_h_ */

0 comments on commit a6cf450

Please sign in to comment.