changed includes to prevent multiple definitions of __module_kernel_version and __mod...
authorFrank Mori Hess <fmhess@speakeasy.net>
Fri, 23 Mar 2001 02:05:06 +0000 (02:05 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Fri, 23 Mar 2001 02:05:06 +0000 (02:05 +0000)
comedi/rt_pend_tq/rt_pend_tq.c

index 7708695d35d2a003bb284ec2e71780ec2e23c24f..5f7eef978dc0ce09ae8f2618172444dc029423b2 100644 (file)
@@ -1,6 +1,5 @@
 /* rt_pend_tq.c */
 #include <linux/kernel.h>
-#include <linux/module.h>
 #include <linux/errno.h>
 #include <linux/sched.h>
 #include "rt_pend_tq.h"
@@ -8,11 +7,11 @@
 #include <rtai.h>
 #endif
 #ifdef CONFIG_COMEDI_RTL
-#include <rtl.h>
 #include <rtl_core.h>
 #endif
 
 #ifdef standalone
+#include <linux/module.h>
 #define rt_pend_tq_init init_module
 #define rt_pend_tq_cleanup cleanup_module
 #endif