Staging: csr: remove __cplusplus nonsense from the .h files
[firefly-linux-kernel-4.4.55.git] / drivers / staging / csr / csr_wifi_hip_unifihw.h
index 5ffd6ba38d3bfb2b6027e432ffe29509bbbc4274..3f9fcbd55b55fc2bc7e842b0c018f4cf38864c94 100644 (file)
 #ifndef __UNIFIHW_H__
 #define __UNIFIHW_H__ 1
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 /* Symbol Look Up Table fingerprint. IDs are in sigs.h */
 #define SLUT_FINGERPRINT        0xD397
 
@@ -60,8 +56,4 @@ extern "C" {
 #define UNIFI_GP_OFFSET(GP)  ((GP) & 0xFFFFFF)
 #define UNIFI_GP_SPACE(GP)   (((GP) >> 24) & 0xFF)
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* __UNIFIHW_H__ */