okay, MODULE_LICENSE was introduced in 2.4.10
authorFrank Mori Hess <fmhess@speakeasy.net>
Mon, 10 Dec 2001 17:32:37 +0000 (17:32 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Mon, 10 Dec 2001 17:32:37 +0000 (17:32 +0000)
include/linux/module.h

index 02b55495c27b8ae79d6c18d989495595ff9162d4..1c7010e326dba7d7822c7247b3c79d300c24a0ce 100644 (file)
 #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>