Skip to content

Commit b10b627

Browse files
Yang Litytso
authored andcommitted
ext4: remove duplicated #include of dax.h in inode.c
Fix following includecheck warning: ./fs/ext4/inode.c: linux/dax.h is included more than once. Reported-by: Abaci Robot <[email protected]> Signed-off-by: Yang Li <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
1 parent f87c7a4 commit b10b627

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/ext4/inode.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
#include <linux/bitops.h>
4242
#include <linux/iomap.h>
4343
#include <linux/iversion.h>
44-
#include <linux/dax.h>
4544

4645
#include "ext4_jbd2.h"
4746
#include "xattr.h"

0 commit comments

Comments
 (0)