[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <5c3763f1.1c69fb81.f2570.4457@mx.google.com>
Date:   Thu, 10 Jan 2019 20:55:29 +0530
From:   Sabyasachi Gupta <sabyasachi.linux@...il.com>
To:     viro@...iv.linux.org.uk
Cc:     jrdr.linux@...il.com, linux-fsdevel@...r.kernel.org,
        linux-kernel@...r.kernel.org, brajeswar.linux@...il.com
Subject: [PATCH] fs/block_dev.c: Remove duplicate header
Remove linux/dax.h which is included more than once.
Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@...il.com>
---
 fs/block_dev.c | 1 -
 1 file changed, 1 deletion(-)
diff --git a/fs/block_dev.c b/fs/block_dev.c
index cdda48f..8abcdb6 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>
-- 
2.7.4
Powered by blists - more mailing lists