Skip to content

Commit

Permalink
ipg: remove driver version
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pekka Enberg authored and David S. Miller committed Jan 28, 2008
1 parent 85d68a5 commit 1662e4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions drivers/net/ipg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions drivers/net/ipg.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
#include <asm/bitops.h>
/*#include <asm/spinlock.h>*/

#define DrvVer "2.09d"

/*
* Constants
*/
Expand Down

0 comments on commit 1662e4b

Please sign in to comment.