Skip to content

Commit

Permalink
e1000e: update driver version
Browse files Browse the repository at this point in the history
Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
  • Loading branch information
bwallan authored and Jeff Kirsher committed Jun 10, 2011
1 parent 7ff1c8b commit b3ccf26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/e1000e/netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@

#include "e1000.h"

#define DRV_EXTRAVERSION "-k2"
#define DRV_EXTRAVERSION "-k"

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

Expand Down

0 comments on commit b3ccf26

Please sign in to comment.