Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c14c643b authored by Bruce Allan's avatar Bruce Allan Committed by David S. Miller
Browse files

e1000e: update driver version number



Also separate out an _EXTRAVERSION similar to the core kernel.

Signed-off-by: default avatarBruce Allan <bruce.w.allan@intel.com>
Tested-by: default avatarJeff Pieper <jeffrey.e.pieper@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 451152d9
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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;