aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/csr/csr_wifi_result.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-26 16:29:09 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-26 16:29:09 -0700
commit31370f7e57b5a9f95457fb583354474f7e39fa3e (patch)
tree16b49fb81446275309e5d5aae79af24b748f77c6 /drivers/staging/csr/csr_wifi_result.h
parent1bbffe726e00f1f79ba1b8cf0cbd78223c995c0f (diff)
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_result.h')
-rw-r--r--drivers/staging/csr/csr_wifi_result.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/staging/csr/csr_wifi_result.h b/drivers/staging/csr/csr_wifi_result.h
index 2f87cda9003..3c394c7e5fa 100644
--- a/drivers/staging/csr/csr_wifi_result.h
+++ b/drivers/staging/csr/csr_wifi_result.h
@@ -13,10 +13,6 @@
#include "csr_result.h"
-#ifdef __cplusplus
-extern "C" {
-#endif
-
/* THIS FILE SHOULD CONTAIN ONLY RESULT CODES */
/* Result Codes */
@@ -27,9 +23,5 @@ extern "C" {
#define CSR_WIFI_HIP_RESULT_RANGE ((CsrResult) 5) /* Request exceeds the range of a file or a buffer */
#define CSR_WIFI_HIP_RESULT_NOT_FOUND ((CsrResult) 6) /* A file (typically a f/w patch) is not found */
-#ifdef __cplusplus
-}
-#endif
-
#endif /* CSR_WIFI_RESULT_H__ */