On 5/31/21 7:54 AM, Olivier Langlois wrote: > mm related header files are not needed for io-wq module. > remove them for a small clean-up. Reviewed-by: Pavel Begunkov <asml.silence@xxxxxxxxx> > > Signed-off-by: Olivier Langlois <olivier@xxxxxxxxxxxxxx> > --- > fs/io-wq.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/fs/io-wq.c b/fs/io-wq.c > index b3e8624a37d0..9fc89482f0de 100644 > --- a/fs/io-wq.c > +++ b/fs/io-wq.c > @@ -9,8 +9,6 @@ > #include <linux/init.h> > #include <linux/errno.h> > #include <linux/sched/signal.h> > -#include <linux/mm.h> > -#include <linux/sched/mm.h> > #include <linux/percpu.h> > #include <linux/slab.h> > #include <linux/rculist_nulls.h> > -- Pavel Begunkov