Staging: rar/sep: Remove C++isms from the headers
authorAlan Cox <alan@linux.intel.com>
Thu, 6 Aug 2009 19:44:46 +0000 (20:44 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:02:12 +0000 (12:02 -0700)
C++ header wrapping goes on the user space side

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/sep/sep_driver_hw_defs.h

index df831be2645e2e1a3639ae70809d40b1008cc485..49ef8315886e2f165725668c27fc03d8b6fa6dd1 100644 (file)
 /*       DO NOT EDIT THIS FILE !!!                                          */
 /*--------------------------------------------------------------------------*/
 
-#ifdef __cplusplus
-extern "C"
-{
-#endif
 
 /* cf registers */
 #define         HW_R0B_ADDR_0_REG_ADDR                  0x0000UL
@@ -233,8 +229,4 @@ extern "C"
 #define         HW_CLR_SRAM_BUSY_REG_REG_ADDR        0x0F0CUL
 #define    HW_CC_SRAM_BASE_ADDRESS              0x5800UL
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* ifndef HW_DEFS */
This page took 0.02763 seconds and 5 git commands to generate.