RDMA/mthca: Delete useless module.h include
authorLeon Romanovsky <leonro@nvidia.com>
Sun, 23 Jan 2022 18:02:54 +0000 (20:02 +0200)
committerJason Gunthorpe <jgg@nvidia.com>
Fri, 28 Jan 2022 17:03:12 +0000 (13:03 -0400)
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>
drivers/infiniband/hw/mthca/mthca_profile.c

index 7ea9707..69af65f 100644 (file)
@@ -31,8 +31,6 @@
  * SOFTWARE.
  */
 
-#include <linux/module.h>
-#include <linux/moduleparam.h>
 #include <linux/string.h>
 #include <linux/slab.h>