diff options
-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 | */ |