From: Nicolas Ferre Date: Tue, 27 Mar 2012 16:23:31 +0000 (+0200) Subject: USB: ehci-atmel: add needed of.h header file X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9475375a5eb2ab9380e644d45173f67cbca0da80;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git USB: ehci-atmel: add needed of.h header file Compilation error in case of non-DT configuration without this of.h header file. Signed-off-by: Nicolas Ferre Acked-by: Jean-Christophe PLAGNIOL-VILLARD Acked-by: Alan Stern --- diff --git a/drivers/usb/host/ehci-atmel.c b/drivers/usb/host/ehci-atmel.c index 19f318ababa2..cf14c95a6700 100644 --- a/drivers/usb/host/ehci-atmel.c +++ b/drivers/usb/host/ehci-atmel.c @@ -13,6 +13,7 @@ #include #include +#include #include /* interface and function clocks */