projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89b1e78
)
changed includes to prevent multiple definitions of __module_kernel_version and __mod...
author
Frank Mori Hess
<fmhess@speakeasy.net>
Fri, 23 Mar 2001 02:05:06 +0000
(
02:05
+0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Fri, 23 Mar 2001 02:05:06 +0000
(
02:05
+0000)
comedi/rt_pend_tq/rt_pend_tq.c
patch
|
blob
|
history
diff --git
a/comedi/rt_pend_tq/rt_pend_tq.c
b/comedi/rt_pend_tq/rt_pend_tq.c
index 7708695d35d2a003bb284ec2e71780ec2e23c24f..5f7eef978dc0ce09ae8f2618172444dc029423b2 100644
(file)
--- 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 <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