aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca
diff options
context:
space:
mode:
authorLeon Romanovsky <leonro@nvidia.com>2022-01-23 20:02:54 +0200
committerJason Gunthorpe <jgg@nvidia.com>2022-01-28 13:03:12 -0400
commitc8e2d59bf4ddebf4ceafd4e902e572a045e6ae10 (patch)
tree3ebe6bdc49cb5a33dcf8f1d1a2085f74005c2eb7 /drivers/infiniband/hw/mthca
parentRDMA/mlx4: Delete useless module.h include (diff)
downloadlinux-dev-c8e2d59bf4ddebf4ceafd4e902e572a045e6ae10.tar.xz
linux-dev-c8e2d59bf4ddebf4ceafd4e902e572a045e6ae10.zip
RDMA/mthca: Delete useless module.h include
There is no need in include of module.h in the following file. Link: https://lore.kernel.org/r/ab856f40804d67905a655bc85e480d96ff66e46e.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/mthca')
-rw-r--r--drivers/infiniband/hw/mthca/mthca_profile.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/mthca/mthca_profile.c b/drivers/infiniband/hw/mthca/mthca_profile.c
index 7ea970774839..69af65f1b332 100644
--- a/drivers/infiniband/hw/mthca/mthca_profile.c
+++ b/drivers/infiniband/hw/mthca/mthca_profile.c
@@ -31,8 +31,6 @@
* SOFTWARE.
*/
-#include <linux/module.h>
-#include <linux/moduleparam.h>
#include <linux/string.h>
#include <linux/slab.h>