diff options
author | Tom Rini <trini@konsulko.com> | 2020-10-15 21:44:43 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-10-16 09:44:27 -0400 |
commit | 689639798a8b90d367e6fedc07a27e87b9b84bb4 (patch) | |
tree | d0440ef3f433682ed449b1c41d544e49ae832a96 /drivers | |
parent | e1f306c07cc775721bccba3ae412521b12367002 (diff) | |
download | u-boot-689639798a8b90d367e6fedc07a27e87b9b84bb4.zip u-boot-689639798a8b90d367e6fedc07a27e87b9b84bb4.tar.gz u-boot-689639798a8b90d367e6fedc07a27e87b9b84bb4.tar.bz2 |
clk: at91: Include device_compat.h in compat.c
Necessary for dev_xxx.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/clk/at91/compat.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <common.h> #include <clk-uclass.h> #include <dm.h> +#include <dm/device_compat.h> #include <dm/lists.h> #include <dm/util.h> #include <mach/at91_pmc.h> |