From: Shawn Bohrer Date: Sun, 18 Oct 2009 20:32:18 +0000 (-0500) Subject: Staging: comedi: remove __cplusplus check X-Git-Tag: v2.6.33-rc1~313^2~177 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=37a110c04965e23e12bf00370e9ec61e99cc25b8;p=~emulex%2Finfiniband.git Staging: comedi: remove __cplusplus check c++ isn't supported in the kernel. Signed-off-by: Shawn Bohrer Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/comedi.h b/drivers/staging/comedi/comedi.h index 957b6405dfa..ccc5cdc008c 100644 --- a/drivers/staging/comedi/comedi.h +++ b/drivers/staging/comedi/comedi.h @@ -24,10 +24,6 @@ #ifndef _COMEDI_H #define _COMEDI_H -#ifdef __cplusplus -extern "C" { -#endif - #define COMEDI_MAJORVERSION 0 #define COMEDI_MINORVERSION 7 #define COMEDI_MICROVERSION 76 @@ -871,8 +867,4 @@ INSN_CONFIG_ARM */ AMPLC_DIO_GAT_RESERVED7 }; -#ifdef __cplusplus -} -#endif - #endif /* _COMEDI_H */