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 --- drivers/usb/host/xhci-fsl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/usb/host/xhci-fsl.c') diff --git a/drivers/usb/host/xhci-fsl.c b/drivers/usb/host/xhci-fsl.c index 6ff450cc75..bda5b5f913 100644 --- a/drivers/usb/host/xhci-fsl.c +++ b/drivers/usb/host/xhci-fsl.c @@ -10,7 +10,7 @@ #include #include -#include +#include #include #include #include -- cgit v1.2.3