From: Tom Rini Date: Fri, 16 Oct 2020 01:44:43 +0000 (-0400) Subject: clk: at91: Include device_compat.h in compat.c X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-favicon.png?a=commitdiff_plain;h=689639798a8b90d367e6fedc07a27e87b9b84bb4;p=u-boot.git clk: at91: Include device_compat.h in compat.c Necessary for dev_xxx. Signed-off-by: Tom Rini --- diff --git a/drivers/clk/at91/compat.c b/drivers/clk/at91/compat.c index 8cf6254046..9563285674 100644 --- a/drivers/clk/at91/compat.c +++ b/drivers/clk/at91/compat.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include #include