[PATCH rdma-next 05/11] RDMA/mthca: Delete useless module.h include

From: Leon Romanovsky
Date: Sun Jan 23 2022 - 13:03:36 EST


From: Leon Romanovsky <leonro@xxxxxxxxxx>

There is no need in include of module.h in the following file.

Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxx>
---
drivers/infiniband/hw/mthca/mthca_profile.c | 2 --
1 file changed, 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>

--
2.34.1