aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSabyasachi Gupta <[email protected]>2019-05-14 15:46:48 -0700
committerLinus Torvalds <[email protected]>2019-05-14 19:52:52 -0700
commit3813393f5a24f684fa0a716bdf8875039133c02b (patch)
treedb544d96b58b50ed0bd1ae6041bf34db32df09f0
parent081d7d35fb225d7391fcf26387213502d0c697da (diff)
fs/block_dev.c: Remove duplicate header
linux/dax.h is included more than once. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Sabyasachi Gupta <[email protected]> Acked-by: Souptick Joarder <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-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 f80045048bb7..0f7552a87d54 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/task_io_accounting_ops.h>
#include <linux/falloc.h>
#include <linux/uaccess.h>