summaryrefslogtreecommitdiffstats
path: root/drivers/staging/csr/csr_framework_ext_types.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_framework_ext_types.h
parent1bbffe726e00f1f79ba1b8cf0cbd78223c995c0f (diff)
downloadop-kernel-dev-31370f7e57b5a9f95457fb583354474f7e39fa3e.zip
op-kernel-dev-31370f7e57b5a9f95457fb583354474f7e39fa3e.tar.gz
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_framework_ext_types.h')
-rw-r--r--drivers/staging/csr/csr_framework_ext_types.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/staging/csr/csr_framework_ext_types.h b/drivers/staging/csr/csr_framework_ext_types.h
index cd1f877..627556a 100644
--- a/drivers/staging/csr/csr_framework_ext_types.h
+++ b/drivers/staging/csr/csr_framework_ext_types.h
@@ -17,11 +17,6 @@
#include <pthread.h>
#endif
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-
#ifdef __KERNEL__
struct CsrEvent {
@@ -46,8 +41,4 @@ typedef pthread_mutex_t CsrMutexHandle;
#endif /* __KERNEL__ */
-#ifdef __cplusplus
-}
-#endif
-
#endif
OpenPOWER on IntegriCloud