RDMA/mlx4: Delete useless module.h include
authorLeon Romanovsky <leonro@nvidia.com>
Sun, 23 Jan 2022 18:02:53 +0000 (20:02 +0200)
committerJason Gunthorpe <jgg@nvidia.com>
Fri, 28 Jan 2022 17:03:12 +0000 (13:03 -0400)
There is no need in include of module.h in the following files.

Link: https://lore.kernel.org/r/fa91416f41e195f072fcdb8ad0ea085cee006502.1642960861.git.leonro@nvidia.com
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/mlx4/alias_GUID.c

index e2e1f5daddc40765272ddbca1669871f3864044b..111fa88a3be44f6f2f2bed7e5d163d9720139a4b 100644 (file)
@@ -38,7 +38,6 @@
 #include <rdma/ib_sa.h>
 #include <rdma/ib_pack.h>
 #include <linux/mlx4/cmd.h>
-#include <linux/module.h>
 #include <linux/init.h>
 #include <linux/errno.h>
 #include <rdma/ib_user_verbs.h>