diff options
author | Leon Romanovsky <leonro@mellanox.com> | 2020-02-20 10:12:38 +0300 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2020-02-27 23:40:40 +0300 |
commit | 968707207141aba5b32871b300dcc601da3afe5c (patch) | |
tree | 86bd532cfd78051a6057f9a752da3bf8bcba791a /drivers/infiniband/ulp/ipoib/ipoib.h | |
parent | 7c11910783a1ea17e88777552ef146cace607b3c (diff) | |
download | linux-968707207141aba5b32871b300dcc601da3afe5c.tar.xz |
RDMA/ipoib: Don't set constant driver version
There is no need to set driver version in in-tree kernel code.
Link: https://lore.kernel.org/r/20200220071239.231800-2-leon@kernel.org
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'drivers/infiniband/ulp/ipoib/ipoib.h')
-rw-r--r-- | drivers/infiniband/ulp/ipoib/ipoib.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/infiniband/ulp/ipoib/ipoib.h b/drivers/infiniband/ulp/ipoib/ipoib.h index 2aa3457a30ce..e188a95984b5 100644 --- a/drivers/infiniband/ulp/ipoib/ipoib.h +++ b/drivers/infiniband/ulp/ipoib/ipoib.h @@ -838,6 +838,4 @@ extern int ipoib_debug_level; #define IPOIB_QPN(ha) (be32_to_cpup((__be32 *) ha) & 0xffffff) -extern const char ipoib_driver_version[]; - #endif /* _IPOIB_H */ |