projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6279bc
)
Staging: comedi: remove __cplusplus check
author
Shawn Bohrer
<shawn.bohrer@gmail.com>
Sun, 18 Oct 2009 20:32:18 +0000
(15:32 -0500)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 11 Dec 2009 20:23:02 +0000
(12:23 -0800)
c++ isn't supported in the kernel.
Signed-off-by: Shawn Bohrer <shawn.bohrer@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/comedi.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/comedi/comedi.h
b/drivers/staging/comedi/comedi.h
index 957b6405dfa744bfd50a403c831bae58d478e17e..ccc5cdc008c6eaf3e7323afd677f5b9775a0ad7f 100644
(file)
--- 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 */