Commit 6d46d293 authored by Chengguang Xu's avatar Chengguang Xu Committed by Al Viro

fs/block_dev.c: remove unused include

Just remove unused include <linux/badblocks.h> from
fs/block_dev.c.
Signed-off-by: default avatarChengguang Xu <cgxu519@gmx.com>
Reviewed-by: default avatarBart Van Assche <bvanassche@acm.org>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 79a3aaa7
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
#include <linux/log2.h> #include <linux/log2.h>
#include <linux/cleancache.h> #include <linux/cleancache.h>
#include <linux/dax.h> #include <linux/dax.h>
#include <linux/badblocks.h>
#include <linux/task_io_accounting_ops.h> #include <linux/task_io_accounting_ops.h>
#include <linux/falloc.h> #include <linux/falloc.h>
#include <linux/uaccess.h> #include <linux/uaccess.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment