projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
392e3ac
)
little cleanup
author
Frank Mori Hess
<fmhess@speakeasy.net>
Mon, 10 Dec 2001 17:27:33 +0000
(17:27 +0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Mon, 10 Dec 2001 17:27:33 +0000
(17:27 +0000)
include/linux/module.h
patch
|
blob
|
history
diff --git
a/include/linux/module.h
b/include/linux/module.h
index 1703c862babd687ffbfa0bf4e13da36eed74a0b7..02b55495c27b8ae79d6c18d989495595ff9162d4 100644
(file)
--- a/
include/linux/module.h
+++ b/
include/linux/module.h
@@
-13,10
+13,6
@@
#define MODULE_PARM(a,b)
#endif
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,0)
-#define MODULE_LICENSE(x)
-#endif
-
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,2,18) /* ? */
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,1,0)
#ifdef MODULE
@@
-39,6
+35,7
@@
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,0)
#define MODULE_DEVICE_TABLE(a,b)
+#define MODULE_LICENSE(x)
#endif
#include_next <linux/module.h>