1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00

qed*: Advance drivers version to 8.37.0.20

Version update for qed/qede modules.

Signed-off-by: Manish Chopra <manishc@marvell.com>
Signed-off-by: Ariel Elior <aelior@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Manish Chopra 2019-02-06 14:43:47 -08:00 committed by David S. Miller
parent 8c8502532f
commit 42dbcd6b25
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@
extern const struct qed_common_ops qed_common_ops_pass; extern const struct qed_common_ops qed_common_ops_pass;
#define QED_MAJOR_VERSION 8 #define QED_MAJOR_VERSION 8
#define QED_MINOR_VERSION 33 #define QED_MINOR_VERSION 37
#define QED_REVISION_VERSION 0 #define QED_REVISION_VERSION 0
#define QED_ENGINEERING_VERSION 20 #define QED_ENGINEERING_VERSION 20

View file

@ -56,7 +56,7 @@
#include <net/tc_act/tc_gact.h> #include <net/tc_act/tc_gact.h>
#define QEDE_MAJOR_VERSION 8 #define QEDE_MAJOR_VERSION 8
#define QEDE_MINOR_VERSION 33 #define QEDE_MINOR_VERSION 37
#define QEDE_REVISION_VERSION 0 #define QEDE_REVISION_VERSION 0
#define QEDE_ENGINEERING_VERSION 20 #define QEDE_ENGINEERING_VERSION 20
#define DRV_MODULE_VERSION __stringify(QEDE_MAJOR_VERSION) "." \ #define DRV_MODULE_VERSION __stringify(QEDE_MAJOR_VERSION) "." \