Re: [PATCH] spl.h: make self-contained

2020-03-17 Thread Tom Rini
On Tue, Feb 25, 2020 at 02:25:46AM +0900, Masahiro Yamada wrote: > The static inline function spl_phase needs . > > Some functions take pointers to struct blk_desc or image_header. > Add forward declarations. > > Signed-off-by: Masahiro Yamada > Reviewed-by: Simon Glass Applied to

Re: [PATCH] spl.h: make self-contained

2020-02-26 Thread Simon Glass
On Mon, 24 Feb 2020 at 10:26, Masahiro Yamada wrote: > > The static inline function spl_phase needs . > > Some functions take pointers to struct blk_desc or image_header. > Add forward declarations. > > Signed-off-by: Masahiro Yamada > --- > > include/spl.h | 4 > 1 file changed, 4

[PATCH] spl.h: make self-contained

2020-02-24 Thread Masahiro Yamada
The static inline function spl_phase needs . Some functions take pointers to struct blk_desc or image_header. Add forward declarations. Signed-off-by: Masahiro Yamada --- include/spl.h | 4 1 file changed, 4 insertions(+) diff --git a/include/spl.h b/include/spl.h index