diff options
author | Leon Romanovsky <leonro@mellanox.com> | 2020-03-01 17:44:41 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-03-04 04:54:54 +0300 |
commit | 01e392aa4908ba3a6f4497f4b6852ad0ebf0ee4a (patch) | |
tree | 31ba5cface8aec3f198f883348665587c27a9838 /drivers/net/ethernet/chelsio/cxgb3/version.h | |
parent | 46ca70a3d5b47c7fb11354ea3435ceba2ef28fc8 (diff) | |
download | linux-01e392aa4908ba3a6f4497f4b6852ad0ebf0ee4a.tar.xz |
net/chelsio: Delete drive and module versions
Clean the code related to various versions: driver and module.
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/chelsio/cxgb3/version.h')
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb3/version.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb3/version.h b/drivers/net/ethernet/chelsio/cxgb3/version.h index 165bfb91487a..b4b2547efc86 100644 --- a/drivers/net/ethernet/chelsio/cxgb3/version.h +++ b/drivers/net/ethernet/chelsio/cxgb3/version.h @@ -34,8 +34,6 @@ #define __CHELSIO_VERSION_H #define DRV_DESC "Chelsio T3 Network Driver" #define DRV_NAME "cxgb3" -/* Driver version */ -#define DRV_VERSION "1.1.5-ko" /* Firmware version */ #define FW_VERSION_MAJOR 7 |