[PATCH rdma-next 06/11] RDMA/qib: Delete useless module.h include

From: Leon Romanovsky
Date: Sun Jan 23 2022 - 13:03:36 EST


From: Leon Romanovsky <leonro@xxxxxxxxxx>

There is no need in include of module.h in the following file.

Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxx>
---
drivers/infiniband/hw/qib/qib_fs.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/infiniband/hw/qib/qib_fs.c b/drivers/infiniband/hw/qib/qib_fs.c
index a0c5f3bdc324..a973905afd13 100644
--- 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>
--
2.34.1