From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean Anderson Date: Sun, 4 Oct 2020 21:39:52 -0400 Subject: [PATCH 11/16] timer: Include device_compat.h In-Reply-To: <20201005013958.498888-1-seanga2@gmail.com> References: <20201005013958.498888-1-seanga2@gmail.com> Message-ID: <20201005013958.498888-12-seanga2@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Necessary for dev_xxx. Signed-off-by: Sean Anderson --- drivers/timer/timer-uclass.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.28.0