mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
clk: at91: Include device_compat.h in compat.c
Necessary for dev_xxx. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
e1f306c07c
commit
689639798a
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue