aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/csr/csr_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/csr/csr_time.h')
-rw-r--r--drivers/staging/csr/csr_time.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/staging/csr/csr_time.h b/drivers/staging/csr/csr_time.h
index 5a1d859866e..fc29e8e5e47 100644
--- a/drivers/staging/csr/csr_time.h
+++ b/drivers/staging/csr/csr_time.h
@@ -12,10 +12,6 @@ on the license terms.
#include <linux/types.h>
-#ifdef __cplusplus
-extern "C" {
-#endif
-
/*******************************************************************************
NAME
@@ -77,8 +73,4 @@ u32 CsrTimeGet(u32 *high);
*----------------------------------------------------------------------------*/
#define CsrTimeSub(t1, t2) ((s32) (t1) - (s32) (t2))
-#ifdef __cplusplus
-}
-#endif
-
#endif