diff options
| author | Tom Rini <[email protected]> | 2020-10-15 21:44:43 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-10-16 09:44:27 -0400 |
| commit | 689639798a8b90d367e6fedc07a27e87b9b84bb4 (patch) | |
| tree | d0440ef3f433682ed449b1c41d544e49ae832a96 | |
| parent | e1f306c07cc775721bccba3ae412521b12367002 (diff) | |
clk: at91: Include device_compat.h in compat.c
Necessary for dev_xxx.
Signed-off-by: Tom Rini <[email protected]>
| -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 8cf6254046d..9563285674b 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> |
