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>
#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
uint len);
extern uint bcm_bitcount(u8 *bitmap, uint bytelength);
-#ifdef __cplusplus
-}
-#endif
-
#endif /* _bcmutils_h_ */