From: Masahiro Yamada Date: Wed, 21 Mar 2018 09:03:35 +0000 (+0900) Subject: image.h: add forward declaration of struct fdt_region X-Git-Tag: v2018.05-rc1~1^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=641599a63df258c3e3cb259c75cdada0cc009d56;p=u-boot image.h: add forward declaration of struct fdt_region This header needs to know 'fdt_region' is a struct for the fit_region_make_list() prototype. Signed-off-by: Masahiro Yamada Reviewed-by: Simon Glass --- diff --git a/include/image.h b/include/image.h index 621abf647f..a6f82aebfe 100644 --- a/include/image.h +++ b/include/image.h @@ -21,6 +21,7 @@ /* Define this to avoid #ifdefs later on */ struct lmb; +struct fdt_region; #ifdef USE_HOSTCC #include