On Mon, Jan 24, 2022 at 2:03 AM Leon Romanovsky <leon@xxxxxxxxxx> wrote: > > From: Leon Romanovsky <leonro@xxxxxxxxxx> > > There is no need in include of module.h in the following files. > > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxx> Thanks a lot. Acked-by: Zhu Yanjun <zyjzyj2000@xxxxxxxxx> Zhu Yanjun > --- > drivers/infiniband/sw/rxe/rxe.h | 1 - > drivers/infiniband/sw/rxe/rxe_mmap.c | 1 - > 2 files changed, 2 deletions(-) > > diff --git a/drivers/infiniband/sw/rxe/rxe.h b/drivers/infiniband/sw/rxe/rxe.h > index fb9066e6f5f0..30fbdf3bc76a 100644 > --- a/drivers/infiniband/sw/rxe/rxe.h > +++ b/drivers/infiniband/sw/rxe/rxe.h > @@ -12,7 +12,6 @@ > #endif > #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt > > -#include <linux/module.h> > #include <linux/skbuff.h> > > #include <rdma/ib_verbs.h> > diff --git a/drivers/infiniband/sw/rxe/rxe_mmap.c b/drivers/infiniband/sw/rxe/rxe_mmap.c > index 035f226af133..9149b6095429 100644 > --- a/drivers/infiniband/sw/rxe/rxe_mmap.c > +++ b/drivers/infiniband/sw/rxe/rxe_mmap.c > @@ -4,7 +4,6 @@ > * Copyright (c) 2015 System Fabric Works, Inc. All rights reserved. > */ > > -#include <linux/module.h> > #include <linux/vmalloc.h> > #include <linux/mm.h> > #include <linux/errno.h> > -- > 2.34.1 >