From 5d97dff0424e3ae5c4325a04e662a6b60b8deb67 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Wed, 21 Sep 2016 11:28:57 +0900 Subject: treewide: replace #include with Now, include/linux/errno.h is a wrapper of . Replace all include directives for with . is supposed to be included from when arch-headers fall back into generic implementation. Generally, they should not be directly included from .c files. Signed-off-by: Masahiro Yamada [trini: Add drivers/usb/host/xhci-rockchip.c] Signed-off-by: Tom Rini --- include/errno.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/errno.h b/include/errno.h index 15ece2f97f3..e0c670a16c3 100644 --- a/include/errno.h +++ b/include/errno.h @@ -7,7 +7,7 @@ #ifndef _ERRNO_H #define _ERRNO_H -#include +#include extern int errno; -- cgit v1.3.1