[PATCH 01/23] pbl: compressed-dtb: add missing includes
Ahmad Fatoum
a.fatoum at pengutronix.de
Wed Jan 14 04:03:59 PST 2026
Hi,
On 11/10/25 9:34 PM, Marco Felsch wrote:
> Add missing includes else compressed-dtb.h depends on the include order.
>
> Signed-off-by: Marco Felsch <m.felsch at pengutronix.de>
Reviewed-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
I split out this patch in a series that I just sent.
Cheers,
Ahmad
> ---
> include/compressed-dtb.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/include/compressed-dtb.h b/include/compressed-dtb.h
> index cc5fbb2769847c0338a6e462e2d4bdd0d77f0174..ff7c932f5b01145cdad39e9d59f222b724b9f9d1 100644
> --- a/include/compressed-dtb.h
> +++ b/include/compressed-dtb.h
> @@ -2,9 +2,11 @@
> #ifndef COMPRESSED_DTB_H_
> #define COMPRESSED_DTB_H_
>
> +#include <linux/align.h>
> #include <linux/types.h>
> #include <linux/sizes.h>
> #include <asm/unaligned.h>
> +#include <fdt.h>
>
> struct barebox_boarddata_compressed_dtb {
> #define BAREBOX_BOARDDATA_COMPRESSED_DTB_MAGIC 0x7b66bcbd
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list