aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Brandeburg <jesse.brandeburg@intel.com>2008-10-02 16:33:45 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2008-10-02 18:28:13 -0700
commit6f92a6a7ddba5ae7ca0f0255d46410465dcf2ba6 (patch)
tree8329176417299a1f7db37ba2b7afbc98dfcf93c9
parente1000e: debug contention on NVM SWFLAG (diff)
downloadlinux-dev-6f92a6a7ddba5ae7ca0f0255d46410465dcf2ba6.tar.xz
linux-dev-6f92a6a7ddba5ae7ca0f0255d46410465dcf2ba6.zip
e1000e: update version from k4 to k6
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--drivers/net/e1000e/netdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/e1000e/netdev.c b/drivers/net/e1000e/netdev.c
index 01e95580d4ae..b81c4237b5d3 100644
--- a/drivers/net/e1000e/netdev.c
+++ b/drivers/net/e1000e/netdev.c
@@ -47,7 +47,7 @@
#include "e1000.h"
-#define DRV_VERSION "0.3.3.3-k4"
+#define DRV_VERSION "0.3.3.3-k6"
char e1000e_driver_name[] = "e1000e";
const char e1000e_driver_version[] = DRV_VERSION;