projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b40cf3
)
okay, MODULE_LICENSE was introduced in 2.4.10
author
Frank Mori Hess
<fmhess@speakeasy.net>
Mon, 10 Dec 2001 17:32:37 +0000
(17:32 +0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Mon, 10 Dec 2001 17:32:37 +0000
(17:32 +0000)
include/linux/module.h
patch
|
blob
|
history
diff --git
a/include/linux/module.h
b/include/linux/module.h
index 02b55495c27b8ae79d6c18d989495595ff9162d4..1c7010e326dba7d7822c7247b3c79d300c24a0ce 100644
(file)
--- a/
include/linux/module.h
+++ b/
include/linux/module.h
@@
-13,6
+13,10
@@
#define MODULE_PARM(a,b)
#endif
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,10)
+#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
@@
-35,7
+39,6
@@
#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>