aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/qp.c
diff options
context:
space:
mode:
authorLeon Romanovsky <leonro@nvidia.com>2022-01-23 20:02:50 +0200
committerJason Gunthorpe <jgg@nvidia.com>2022-01-28 13:03:12 -0400
commitbd660922ab612b37f8110e491d8afa02718197df (patch)
tree5700826b4dd650520d7459e7e9650df2510cb42a /drivers/infiniband/hw/mlx5/qp.c
parentRDMA/mlx5: Delete get_num_static_uars function (diff)
downloadlinux-dev-bd660922ab612b37f8110e491d8afa02718197df.tar.xz
linux-dev-bd660922ab612b37f8110e491d8afa02718197df.zip
RDMA/mlx5: Delete useless module.h include
There is no need in include of module.h in the following files. Link: https://lore.kernel.org/r/3ab153e25c7ea59599022dc7fe3c409fcfe1aac1.1642960861.git.leonro@nvidia.com Signed-off-by: Leon Romanovsky <leonro@nvidia.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'drivers/infiniband/hw/mlx5/qp.c')
-rw-r--r--drivers/infiniband/hw/mlx5/qp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/mlx5/qp.c b/drivers/infiniband/hw/mlx5/qp.c
index 15ef663dfef8..c69ead3bb0d3 100644
--- a/drivers/infiniband/hw/mlx5/qp.c
+++ b/drivers/infiniband/hw/mlx5/qp.c
@@ -31,7 +31,6 @@
*/
#include <linux/etherdevice.h>
-#include <linux/module.h>
#include <rdma/ib_umem.h>
#include <rdma/ib_cache.h>
#include <rdma/ib_user_verbs.h>