dect
/
linux-2.6
Archived
13
0
Fork 0

e1000e: update driver version number

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>
This commit is contained in:
Bruce Allan 2010-06-16 13:28:34 +00:00 committed by David S. Miller
parent 451152d97f
commit c14c643b3d
1 changed files with 3 additions and 1 deletions

View File

@ -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;