projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8e2d59
)
RDMA/qib: Delete useless module.h include
author
Leon Romanovsky
<leonro@nvidia.com>
Sun, 23 Jan 2022 18:02:55 +0000
(20:02 +0200)
committer
Jason Gunthorpe
<jgg@nvidia.com>
Fri, 28 Jan 2022 17:03:13 +0000
(13:03 -0400)
There is no need in include of module.h in the following file.
Link:
https://lore.kernel.org/r/72ab68466d1d22846f47ac058e332bbe27ce188b.1642960861.git.leonro@nvidia.com
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/qib/qib_fs.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/qib/qib_fs.c
b/drivers/infiniband/hw/qib/qib_fs.c
index a0c5f3bdc3246b22562c94ac1e7baa78f77161da..a973905afd13207e9f2beaa2dc260772dc8a2a74 100644
(file)
--- a/
drivers/infiniband/hw/qib/qib_fs.c
+++ b/
drivers/infiniband/hw/qib/qib_fs.c
@@
-32,7
+32,6
@@
* SOFTWARE.
*/
-#include <linux/module.h>
#include <linux/fs.h>
#include <linux/fs_context.h>
#include <linux/mount.h>