From: Sean Anderson Date: Mon, 5 Oct 2020 01:39:52 +0000 (-0400) Subject: timer: Include device_compat.h X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=a5d4f861247fe3601162b397b2f7cd29c9c7d749;p=u-boot.git timer: Include device_compat.h Necessary for dev_xxx. Signed-off-by: Sean Anderson Reviewed-by: Simon Glass --- diff --git a/drivers/timer/timer-uclass.c b/drivers/timer/timer-uclass.c index e9802c8b43..f8a092b8cb 100644 --- a/drivers/timer/timer-uclass.c +++ b/drivers/timer/timer-uclass.c @@ -4,14 +4,15 @@ */ #include +#include #include #include -#include #include +#include #include #include -#include #include +#include #include #include