From c8e2d59bf4ddebf4ceafd4e902e572a045e6ae10 Mon Sep 17 00:00:00 2001 From: Leon Romanovsky Date: Sun, 23 Jan 2022 20:02:54 +0200 Subject: [PATCH] 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 Signed-off-by: Jason Gunthorpe --- 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 7ea970774839a..69af65f1b3324 100644 --- a/drivers/infiniband/hw/mthca/mthca_profile.c +++ b/drivers/infiniband/hw/mthca/mthca_profile.c @@ -31,8 +31,6 @@ * SOFTWARE. */ -#include -#include #include #include -- 2.30.2