aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorRaanan Avargil <raanan.avargil@intel.com>2015-07-19 16:33:21 +0300
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2015-08-05 16:54:04 -0700
commitd2d7d4e4a60f1aeefb38d7a0bede3742ddb76a68 (patch)
treed6e6d163ae837b4cb431c33c2d8d5f31a429a4cb /drivers
parent37b12910dd11d9ab969f2c310dc9160b7f3e3405 (diff)
e1000e: Increase driver version number
Signed-off-by: Raanan Avargil <raanan.avargil@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/ethernet/intel/e1000e/netdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/e1000e/netdev.c b/drivers/net/ethernet/intel/e1000e/netdev.c
index 96a816683698..546b5da168dc 100644
--- a/drivers/net/ethernet/intel/e1000e/netdev.c
+++ b/drivers/net/ethernet/intel/e1000e/netdev.c
@@ -48,7 +48,7 @@
#define DRV_EXTRAVERSION "-k"
-#define DRV_VERSION "3.2.5" DRV_EXTRAVERSION
+#define DRV_VERSION "3.2.6" DRV_EXTRAVERSION
char e1000e_driver_name[] = "e1000e";
const char e1000e_driver_version[] = DRV_VERSION;