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 --- include/linux/err.h | 2 +- include/linux/mtd/mtd.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include/linux') diff --git a/include/linux/err.h b/include/linux/err.h index 5b3c8bcf70..e4d22d508c 100644 --- a/include/linux/err.h +++ b/include/linux/err.h @@ -4,7 +4,7 @@ #include #include -#include +#include /* diff --git a/include/linux/mtd/mtd.h b/include/linux/mtd/mtd.h index 779eea035c..1fd17c303a 100644 --- a/include/linux/mtd/mtd.h +++ b/include/linux/mtd/mtd.h @@ -20,7 +20,7 @@ #else #include #include -#include +#include #include #define MAX_MTD_DEVICES 32 -- cgit v1.2.3