summaryrefslogtreecommitdiff
path: root/drivers/staging/csr/csr_wifi_msgconv.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-26 23:29:09 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-26 23:29:09 (GMT)
commit31370f7e57b5a9f95457fb583354474f7e39fa3e (patch)
tree16b49fb81446275309e5d5aae79af24b748f77c6 /drivers/staging/csr/csr_wifi_msgconv.h
parent1bbffe726e00f1f79ba1b8cf0cbd78223c995c0f (diff)
downloadlinux-fsl-qoriq-31370f7e57b5a9f95457fb583354474f7e39fa3e.tar.xz
Staging: csr: remove __cplusplus nonsense from the .h files
In the kernel, we use C. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/csr/csr_wifi_msgconv.h')
-rw-r--r--drivers/staging/csr/csr_wifi_msgconv.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/staging/csr/csr_wifi_msgconv.h b/drivers/staging/csr/csr_wifi_msgconv.h
index 7ec35d7..f8b4029 100644
--- a/drivers/staging/csr/csr_wifi_msgconv.h
+++ b/drivers/staging/csr/csr_wifi_msgconv.h
@@ -14,11 +14,6 @@
#include "csr_prim_defs.h"
#include "csr_sched.h"
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-
void CsrUint16SerBigEndian(u8 *ptr, size_t *len, u16 v);
void CsrUint24SerBigEndian(u8 *ptr, size_t *len, u32 v);
void CsrUint32SerBigEndian(u8 *ptr, size_t *len, u32 v);
@@ -51,8 +46,4 @@ size_t CsrWifiEventCsrUint16CsrUint8Sizeof(void *msg);
u8* CsrWifiEventCsrUint16CsrUint8Ser(u8 *ptr, size_t *len, void *msg);
void* CsrWifiEventCsrUint16CsrUint8Des(u8 *buffer, size_t length);
-#ifdef __cplusplus
-}
-#endif
-
#endif /* CSR_WIFI_MSGCONV_H__ */