Staging: csr: remove __cplusplus nonsense from the .h files
[firefly-linux-kernel-4.4.55.git] / drivers / staging / csr / csr_wifi_private_common.h
index 47309984e2a78bcf595cacf3f27ddbe8976961db..ee3bd51b934a9fa2abf36b216615c1dcac8d4818 100644 (file)
 #ifndef CSR_WIFI_PRIVATE_COMMON_H__
 #define CSR_WIFI_PRIVATE_COMMON_H__
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 /**
  * @brief maximum number of STAs allowed to be connected
  *
@@ -81,9 +77,5 @@ typedef u8 CsrWifiInterfaceMode;
 #define  CSR_WIFI_MODE_WPS_ENROLLEE                     ((CsrWifiInterfaceMode) 0x06)
 #define  CSR_WIFI_MODE_IBSS                             ((CsrWifiInterfaceMode) 0x07)
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif