From: David Schleef Date: Thu, 11 Jan 2001 21:48:48 +0000 (+0000) Subject: fix for rtlinux-3.0 X-Git-Tag: r0_7_54~3 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0ba25328485312ea4c1c664a53f106c600e99c8d;p=comedi.git fix for rtlinux-3.0 --- diff --git a/comedi/comedi_rt.h b/comedi/comedi_rt.h index f7a04d53..df76bce2 100644 --- a/comedi/comedi_rt.h +++ b/comedi/comedi_rt.h @@ -39,7 +39,11 @@ #endif #ifdef CONFIG_COMEDI_RTL #include +#ifdef RTLINUX_VERSION_CODE +/* Defined in RTL-3.0pre10, not in RTL-2.2, do not know about RTL-2.3 */ +#else #include +#endif #define rt_printk rtl_printf #endif