Commit 6a107539 authored by Alan Cox's avatar Alan Cox Committed by Greg Kroah-Hartman

Staging: rar/sep: Remove C++isms from the headers

C++ header wrapping goes on the user space side
Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 9dd3bd42
......@@ -39,10 +39,6 @@
/* 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 */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment