From: Simon Glass Date: Mon, 15 Mar 2021 04:25:20 +0000 (+1300) Subject: dm: core: Include dt-decl.h automatically X-Git-Tag: v2025.01-rc5-pxa1908~1941^2~4^2~59 X-Git-Url: http://git.dujemihanovic.xyz/img/static/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=910de1092f6e2febf5b9066f7ce437dc2303c1e0;p=u-boot.git 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 Signed-off-by: Simon Glass --- diff --git a/include/dt-structs.h b/include/dt-structs.h index f0e1c9cb90..f9ccaf56a4 100644 --- a/include/dt-structs.h +++ b/include/dt-structs.h @@ -24,7 +24,9 @@ struct phandle_2_arg { uint idx; int arg[2]; }; + #include +#include #endif #endif