diff options
author | Leon Romanovsky <leonro@nvidia.com> | 2022-01-23 20:02:54 +0200 |
---|---|---|
committer | Jason Gunthorpe <jgg@nvidia.com> | 2022-01-28 13:03:12 -0400 |
commit | c8e2d59bf4ddebf4ceafd4e902e572a045e6ae10 (patch) | |
tree | 3ebe6bdc49cb5a33dcf8f1d1a2085f74005c2eb7 /drivers/infiniband/hw/mthca | |
parent | 8a110fc9df0314b33146d05ebdcdc9486ce4a570 (diff) | |
download | linux-c8e2d59bf4ddebf4ceafd4e902e572a045e6ae10.tar.bz2 |
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.c | 2 |
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> |