Skip to content

Commit

Permalink
e1000e: update driver version number
Browse files Browse the repository at this point in the history
Also separate out an _EXTRAVERSION similar to the core kernel.

Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Jeff Pieper <jeffrey.e.pieper@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
bwallan authored and davem330 committed Jun 19, 2010
1 parent 451152d commit c14c643
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion drivers/net/e1000e/netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@

#include "e1000.h"

#define DRV_VERSION "1.0.2-k4"
#define DRV_EXTRAVERSION "-k2"

#define DRV_VERSION "1.2.7" DRV_EXTRAVERSION
char e1000e_driver_name[] = "e1000e";
const char e1000e_driver_version[] = DRV_VERSION;

Expand Down

0 comments on commit c14c643

Please sign in to comment.