mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
dm: core: Include dt-decl.h automatically
When dt-structs.h is used, include the dt-decl.h header as well, so that these declarations are available. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
354d232463
commit
910de1092f
1 changed files with 2 additions and 0 deletions
|
@ -24,7 +24,9 @@ struct phandle_2_arg {
|
|||
uint idx;
|
||||
int arg[2];
|
||||
};
|
||||
|
||||
#include <generated/dt-structs-gen.h>
|
||||
#include <generated/dt-decl.h>
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue