projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a110fc
)
RDMA/mthca: Delete useless module.h include
author
Leon Romanovsky
<leonro@nvidia.com>
Sun, 23 Jan 2022 18:02:54 +0000
(20:02 +0200)
committer
Jason 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
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/mthca/mthca_profile.c
b/drivers/infiniband/hw/mthca/mthca_profile.c
index 7ea970774839a52e39de4eae89bcc06261012e9c..69af65f1b33241863b5d9b6e281c926cd43365a2 100644
(file)
--- 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>