io-wq: remove header files not needed anymore
authorOlivier Langlois <olivier@trillion01.com>
Mon, 31 May 2021 06:54:59 +0000 (02:54 -0400)
committerJens Axboe <axboe@kernel.dk>
Wed, 16 Jun 2021 12:41:49 +0000 (06:41 -0600)
mm related header files are not needed for io-wq module.
remove them for a small clean-up.

Reviewed-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Olivier Langlois <olivier@trillion01.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io-wq.c

index e221aaab585cb49b610c65069823919bb9dfe186..897b94530b57111432bfbcbbd3ab59061426cb6b 100644 (file)
@@ -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>