From 689639798a8b90d367e6fedc07a27e87b9b84bb4 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 15 Oct 2020 21:44:43 -0400 Subject: clk: at91: Include device_compat.h in compat.c Necessary for dev_xxx. Signed-off-by: Tom Rini --- drivers/clk/at91/compat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/clk/at91') diff --git a/drivers/clk/at91/compat.c b/drivers/clk/at91/compat.c index 8cf6254..9563285 100644 --- a/drivers/clk/at91/compat.c +++ b/drivers/clk/at91/compat.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include #include -- cgit v1.1