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 <[email protected]>
Reviewed-by: Ahmad Fatoum <[email protected]> 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 |
