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>
This commit is contained in:
parent
85d68a5883
commit
1662e4b7af
|
@ -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
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
#include <asm/bitops.h>
|
||||
/*#include <asm/spinlock.h>*/
|
||||
|
||||
#define DrvVer "2.09d"
|
||||
|
||||
/*
|
||||
* Constants
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue