From 1221ce459d04a428f8880f58581f671b736c3c27 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Wed, 21 Sep 2016 11:28:55 +0900 Subject: treewide: replace #include with Now, arch/${ARCH}/include/asm/errno.h and include/linux/errno.h have the same content. (both just wrap ) Replace all include directives for with . Signed-off-by: Masahiro Yamada [trini: Fixup include/clk.] Signed-off-by: Tom Rini --- fs/yaffs2/yaffs_mtdif2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/yaffs2/yaffs_mtdif2.c') diff --git a/fs/yaffs2/yaffs_mtdif2.c b/fs/yaffs2/yaffs_mtdif2.c index 777486cd07..0d9d5cc4b1 100644 --- a/fs/yaffs2/yaffs_mtdif2.c +++ b/fs/yaffs2/yaffs_mtdif2.c @@ -15,7 +15,7 @@ /* XXX U-BOOT XXX */ #include -#include +#include #include "yportenv.h" #include "yaffs_trace.h" -- cgit v1.2.3