From: Frank Mori Hess Date: Mon, 10 Dec 2001 17:27:33 +0000 (+0000) Subject: little cleanup X-Git-Tag: r0_7_62~54 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2b40cf3f5941782bd9a0c1c8763d56247038ff86;p=comedi.git little cleanup --- diff --git a/include/linux/module.h b/include/linux/module.h index 1703c862..02b55495 100644 --- 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