From 1f5ea84ff2ca9edb7e89180b63325272b2620236 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Fri, 23 Mar 2001 02:05:06 +0000 Subject: [PATCH] changed includes to prevent multiple definitions of __module_kernel_version and __module_using_checksums (defined in linux/module.h which is also included by rtl.h) on link to comedi_ksyms.o --- comedi/rt_pend_tq/rt_pend_tq.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/comedi/rt_pend_tq/rt_pend_tq.c b/comedi/rt_pend_tq/rt_pend_tq.c index 7708695d..5f7eef97 100644 --- a/comedi/rt_pend_tq/rt_pend_tq.c +++ b/comedi/rt_pend_tq/rt_pend_tq.c @@ -1,6 +1,5 @@ /* rt_pend_tq.c */ #include -#include #include #include #include "rt_pend_tq.h" @@ -8,11 +7,11 @@ #include #endif #ifdef CONFIG_COMEDI_RTL -#include #include #endif #ifdef standalone +#include #define rt_pend_tq_init init_module #define rt_pend_tq_cleanup cleanup_module #endif -- 2.26.2