summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSabyasachi Gupta <sabyasachi.linux@gmail.com>2019-03-29 10:02:27 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2019-04-02 14:39:08 +1100
commite07a086f49db5672f2d06e5c7ccb0597a63e38d5 (patch)
treebb68dfe04acbf552104652251540819f8d2f33d6
parentbc448a15888e7cdabc049fa669dfb2187a8a9fc9 (diff)
downloadlinux-e07a086f49db5672f2d06e5c7ccb0597a63e38d5.tar.gz
linux-e07a086f49db5672f2d06e5c7ccb0597a63e38d5.tar.xz
fs/block_dev.c: Remove duplicate header
linux/dax.h is included more than once. Link: http://lkml.kernel.org/r/5c867e95.1c69fb81.4f15a.e5e4@mx.google.com Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com> Acked-by: Souptick Joarder <jrdr.linux@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
-rw-r--r--fs/block_dev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/block_dev.c b/fs/block_dev.c
index 78d3257435c0..bc80d165f0c0 100644
--- a/fs/block_dev.c
+++ b/fs/block_dev.c
@@ -29,7 +29,6 @@
#include <linux/namei.h>
#include <linux/log2.h>
#include <linux/cleancache.h>
-#include <linux/dax.h>
#include <linux/badblocks.h>
#include <linux/task_io_accounting_ops.h>
#include <linux/falloc.h>