diff options
author | Igor Russkikh <Igor.Russkikh@aquantia.com> | 2019-06-26 15:35:33 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-06-27 20:58:32 +0300 |
commit | 2d3910c4dc37813fedab8f056a62451eaf202c3a (patch) | |
tree | 91b22b60d31b3ebfa7af4bcb6d85eee3d0bad6c4 /drivers/net/ethernet/aquantia/atlantic/ver.h | |
parent | 0b58f64845f3ff39edbd4b6f796350e1bb4da8b9 (diff) | |
download | linux-2d3910c4dc37813fedab8f056a62451eaf202c3a.tar.xz |
net: aquantia: replace internal driver version code with uts
As it was discussed some time previously, driver is better to
report kernel version string, as it in a best way identifies
the codebase.
Signed-off-by: Igor Russkikh <igor.russkikh@aquantia.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/aquantia/atlantic/ver.h')
-rw-r--r-- | drivers/net/ethernet/aquantia/atlantic/ver.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/ethernet/aquantia/atlantic/ver.h b/drivers/net/ethernet/aquantia/atlantic/ver.h index 23374bffa92b..597654b51e01 100644 --- a/drivers/net/ethernet/aquantia/atlantic/ver.h +++ b/drivers/net/ethernet/aquantia/atlantic/ver.h @@ -7,11 +7,6 @@ #ifndef VER_H #define VER_H -#define NIC_MAJOR_DRIVER_VERSION 2 -#define NIC_MINOR_DRIVER_VERSION 0 -#define NIC_BUILD_DRIVER_VERSION 4 -#define NIC_REVISION_DRIVER_VERSION 0 - #define AQ_CFG_DRV_VERSION_SUFFIX "-kern" #endif /* VER_H */ |