lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 23 Nov 2007 10:19:21 +0200 (EET) From: Pekka J Enberg <penberg@...helsinki.fi> To: romieu@...zoreil.com, sorbica@...lus.com.tw, jesse@...lus.com.tw, netdev@...r.kernel.org Subject: [PATCH 4/8] ipg: remove driver version From: Pekka Enberg <penberg@...helsinki.fi> The driver is in mainline now so there's no need to maintain a separate version number. Cc: Francois Romieu <romieu@...zoreil.com> Cc: Sorbica Shieh <sorbica@...lus.com.tw> Cc: Jesse Huang <jesse@...lus.com.tw> Signed-off-by: Pekka Enberg <penberg@...helsinki.fi> --- drivers/net/ipg.c | 3 +-- drivers/net/ipg.h | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) Index: linux-2.6/drivers/net/ipg.c =================================================================== --- linux-2.6.orig/drivers/net/ipg.c +++ linux-2.6/drivers/net/ipg.c @@ -51,8 +51,7 @@ enum { #define DRV_NAME "ipg" MODULE_AUTHOR("IC Plus Corp. 2003"); -MODULE_DESCRIPTION("IC Plus IP1000 Gigabit Ethernet Adapter Linux Driver " - DrvVer); +MODULE_DESCRIPTION("IC Plus IP1000 Gigabit Ethernet Adapter Linux Driver"); MODULE_LICENSE("GPL"); //variable record -- index by leading revision/length Index: linux-2.6/drivers/net/ipg.h =================================================================== --- linux-2.6.orig/drivers/net/ipg.h +++ linux-2.6/drivers/net/ipg.h @@ -25,8 +25,6 @@ #include <asm/bitops.h> /*#include <asm/spinlock.h>*/ -#define DrvVer "2.09d" - /* * Constants */ - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists