Re: [PATCH 2/3] clk: at91: Include device_compat.h in compat.c

2020-10-16 Thread Tom Rini
On Fri, Oct 16, 2020 at 08:42:45AM -0400, Tom Rini wrote: > Necessary for dev_xxx. > > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH 2/3] clk: at91: Include device_compat.h in compat.c

2020-10-16 Thread Tom Rini
Necessary for dev_xxx. Signed-off-by: Tom Rini --- drivers/clk/at91/compat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/at91/compat.c b/drivers/clk/at91/compat.c index 8cf6254046dd..9563285674b3 100644 --- a/drivers/clk/at91/compat.c +++ b/drivers/clk/at91/compat.c @@ -9,6