diff options
author | Doug Ledford <dledford@redhat.com> | 2017-07-27 15:00:38 +0200 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2017-07-27 15:00:38 +0200 |
commit | a5f66725c7748a6831005a091b4aa9d18abb3b03 (patch) | |
tree | b282b84f1c106bf00e8112979721567a91dfb86a /drivers/infiniband/hw/mlx4 | |
parent | Merge branches 'rxe' and 'mlx' into k.o/for-next (diff) | |
parent | RDMA/qedr: notify user application of supported WIDs (diff) | |
download | linux-a5f66725c7748a6831005a091b4aa9d18abb3b03.tar.xz linux-a5f66725c7748a6831005a091b4aa9d18abb3b03.zip |
Merge branch 'misc' into k.o/for-next
Diffstat (limited to 'drivers/infiniband/hw/mlx4')
-rw-r--r-- | drivers/infiniband/hw/mlx4/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/mlx4/main.c b/drivers/infiniband/hw/mlx4/main.c index 1dee0a51ef67..1f25a37eb056 100644 --- a/drivers/infiniband/hw/mlx4/main.c +++ b/drivers/infiniband/hw/mlx4/main.c @@ -70,7 +70,6 @@ MODULE_AUTHOR("Roland Dreier"); MODULE_DESCRIPTION("Mellanox ConnectX HCA InfiniBand driver"); MODULE_LICENSE("Dual BSD/GPL"); -MODULE_VERSION(DRV_VERSION); int mlx4_ib_sm_guid_assign = 0; module_param_named(sm_guid_assign, mlx4_ib_sm_guid_assign, int, 0444); |