Skip to content

Commit

Permalink
Staging: rar/sep: Remove C++isms from the headers
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 9dd3bd4 commit 6a10753
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions drivers/staging/sep/sep_driver_hw_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@
/* DO NOT EDIT THIS FILE !!! */
/*--------------------------------------------------------------------------*/

#ifdef __cplusplus
extern "C"
{
#endif

/* cf registers */
#define HW_R0B_ADDR_0_REG_ADDR 0x0000UL
Expand Down Expand Up @@ -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 */

0 comments on commit 6a10753

Please sign in to comment.