diff options
author | Pekka Enberg <penberg@cs.helsinki.fi> | 2007-11-30 02:54:06 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:05:50 -0500 |
commit | 1662e4b7af956979c6cb864bf23cf88f882cdaf8 (patch) | |
tree | a4916d2770fd4e2cd70cb2e45e3ed2cbacec7691 | |
parent | 85d68a58833a9e361ecabd5e89d228301d346d94 (diff) |
ipg: remove driver version
The driver is in mainline now so there's no need to maintain a separate version
number.
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Cc: Francois Romieu <romieu@fr.zoreil.com>
Cc: Sorbica Shieh <sorbica@icplus.com.tw>
Cc: Jesse Huang <jesse@icplus.com.tw>
-rw-r--r-- | drivers/net/ipg.c | 3 | ||||
-rw-r--r-- | drivers/net/ipg.h | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/drivers/net/ipg.c b/drivers/net/ipg.c index 780882f0910d..7f85732f03e9 100644 --- a/drivers/net/ipg.c +++ b/drivers/net/ipg.c | |||
@@ -51,8 +51,7 @@ enum { | |||
51 | #define DRV_NAME "ipg" | 51 | #define DRV_NAME "ipg" |
52 | 52 | ||
53 | MODULE_AUTHOR("IC Plus Corp. 2003"); | 53 | MODULE_AUTHOR("IC Plus Corp. 2003"); |
54 | MODULE_DESCRIPTION("IC Plus IP1000 Gigabit Ethernet Adapter Linux Driver " | 54 | MODULE_DESCRIPTION("IC Plus IP1000 Gigabit Ethernet Adapter Linux Driver"); |
55 | DrvVer); | ||
56 | MODULE_LICENSE("GPL"); | 55 | MODULE_LICENSE("GPL"); |
57 | 56 | ||
58 | //variable record -- index by leading revision/length | 57 | //variable record -- index by leading revision/length |
diff --git a/drivers/net/ipg.h b/drivers/net/ipg.h index 9633b702fb5b..4f4919282646 100644 --- a/drivers/net/ipg.h +++ b/drivers/net/ipg.h | |||
@@ -25,8 +25,6 @@ | |||
25 | #include <asm/bitops.h> | 25 | #include <asm/bitops.h> |
26 | /*#include <asm/spinlock.h>*/ | 26 | /*#include <asm/spinlock.h>*/ |
27 | 27 | ||
28 | #define DrvVer "2.09d" | ||
29 | |||
30 | /* | 28 | /* |
31 | * Constants | 29 | * Constants |
32 | */ | 30 | */ |