aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/debugfs.c
diff options
context:
space:
mode:
authorLeon Romanovsky <leonro@nvidia.com>2022-01-23 20:02:52 +0200
committerJason Gunthorpe <jgg@nvidia.com>2022-01-28 13:03:12 -0400
commit75eeaed44813cd046d0e53a120387a1c786cc20b (patch)
treee48a1d161f8fc2026a4f289cc983de43b0894bc2 /drivers/infiniband/hw/hfi1/debugfs.c
parentRDMA/core: Delete useless module.h include (diff)
downloadlinux-dev-75eeaed44813cd046d0e53a120387a1c786cc20b.tar.xz
linux-dev-75eeaed44813cd046d0e53a120387a1c786cc20b.zip
RDMA/hfi1: Delete useless module.h include
There is no need in include of module.h in the following files. Link: https://lore.kernel.org/r/c53a257079bc93dac036155b793073939d17ddba.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/hfi1/debugfs.c')
-rw-r--r--drivers/infiniband/hw/hfi1/debugfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/hfi1/debugfs.c b/drivers/infiniband/hw/hfi1/debugfs.c
index 22a3cdb940be..80ba1e53c068 100644
--- a/drivers/infiniband/hw/hfi1/debugfs.c
+++ b/drivers/infiniband/hw/hfi1/debugfs.c
@@ -7,7 +7,6 @@
#include <linux/seq_file.h>
#include <linux/kernel.h>
#include <linux/export.h>
-#include <linux/module.h>
#include <linux/string.h>
#include <linux/types.h>
#include <linux/ratelimit.h>