From: Sean Anderson Date: Mon, 5 Oct 2020 01:39:52 +0000 (-0400) Subject: timer: Include device_compat.h X-Git-Tag: v2021.10~481^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a5d4f861247fe3601162b397b2f7cd29c9c7d749;p=platform%2Fkernel%2Fu-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 e9802c8..f8a092b 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