Re: [U-Boot] [PATCH v2] common: add a prototype for mach_cpu_init()

2018-03-09 Thread Tom Rini
On Thu, Mar 08, 2018 at 09:57:58AM +0900, Masahiro Yamada wrote: > 2018-03-07 23:45 GMT+09:00 Tom Rini : > > On Wed, Mar 07, 2018 at 03:28:20PM +0100, Patrick Delaunay wrote: > > > >> avoid warning: no previous prototype for ‘mach_cpu_init’ > >> > >> Signed-off-by: Patrick

Re: [U-Boot] [PATCH v2] common: add a prototype for mach_cpu_init()

2018-03-07 Thread Masahiro Yamada
2018-03-07 23:45 GMT+09:00 Tom Rini : > On Wed, Mar 07, 2018 at 03:28:20PM +0100, Patrick Delaunay wrote: > >> avoid warning: no previous prototype for ‘mach_cpu_init’ >> >> Signed-off-by: Patrick Delaunay > > Reviewed-by: Tom Rini

Re: [U-Boot] [PATCH v2] common: add a prototype for mach_cpu_init()

2018-03-07 Thread Tom Rini
On Wed, Mar 07, 2018 at 03:28:20PM +0100, Patrick Delaunay wrote: > avoid warning: no previous prototype for ‘mach_cpu_init’ > > Signed-off-by: Patrick Delaunay Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

[U-Boot] [PATCH v2] common: add a prototype for mach_cpu_init()

2018-03-07 Thread Patrick Delaunay
avoid warning: no previous prototype for ‘mach_cpu_init’ Signed-off-by: Patrick Delaunay --- Changes in v2: - add return info for functions mach_cpu_init() and arch_cpu_init() include/common.h | 14 ++ 1 file changed, 14 insertions(+) diff --git