From: Leon Romanovsky <leonro@xxxxxxxxxxxx> Following the change in ethtool to provide default driver version which is aligned with kernel in use, drop the static assignments of driver versions in IPoIB and OPA_VNIC. Thanks Leon Romanovsky (2): RDMA/ipoib: Don't set constant driver version RDMA/opa_vnic: Delete driver version drivers/infiniband/ulp/ipoib/ipoib.h | 2 -- drivers/infiniband/ulp/ipoib/ipoib_ethtool.c | 3 --- drivers/infiniband/ulp/ipoib/ipoib_main.c | 4 ---- drivers/infiniband/ulp/opa_vnic/opa_vnic_ethtool.c | 2 -- drivers/infiniband/ulp/opa_vnic/opa_vnic_internal.h | 1 - drivers/infiniband/ulp/opa_vnic/opa_vnic_vema.c | 5 ----- 6 files changed, 17 deletions(-) -- 2.24.1