projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9ec132
)
commented out #ifdef that broke comedi_spin_lock_irqsave for rtlinux version 2
author
Frank Mori Hess
<fmhess@speakeasy.net>
Mon, 29 Jan 2001 18:38:56 +0000
(18:38 +0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Mon, 29 Jan 2001 18:38:56 +0000
(18:38 +0000)
include/linux/comedi_rt.h
patch
|
blob
|
history
diff --git
a/include/linux/comedi_rt.h
b/include/linux/comedi_rt.h
index 132f5b25522fc8adb6960197e863f3c9c34ac617..249581f5483dca32f18cd28131122a086d780e76 100644
(file)
--- a/
include/linux/comedi_rt.h
+++ b/
include/linux/comedi_rt.h
@@
-38,9
+38,9
@@
#endif
#ifdef CONFIG_COMEDI_RTL
#include <rtl_core.h>
-#ifdef RTLINUX_VERSION_CODE
+
//
#ifdef RTLINUX_VERSION_CODE
#include <rtl_sync.h>
-#endif
+
//
#endif
#define rt_printk rtl_printf
#endif