From: David Schleef Date: Tue, 16 Jan 2001 17:01:31 +0000 (+0000) Subject: fix for rtlinux 3.0 X-Git-Tag: r0_7_55~15 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c6c1b0997c6d67444ba9f42482a4a1eaa67befa8;p=comedi.git fix for rtlinux 3.0 --- diff --git a/include/linux/comedi_rt.h b/include/linux/comedi_rt.h index df76bce2..57814848 100644 --- a/include/linux/comedi_rt.h +++ b/include/linux/comedi_rt.h @@ -40,9 +40,7 @@ #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 +#include #endif #define rt_printk rtl_printf #endif