Re: [PATCH] MIPS: ingenic: Add missing include

2020-05-20 Thread Philippe Mathieu-Daudé
On Wed, May 20, 2020 at 11:28 AM Thomas Bogendoerfer wrote: > > On Wed, May 20, 2020 at 11:19:49AM +0200, Philippe Mathieu-Daudé wrote: > > Hi Thomas, > > > > On Wed, May 20, 2020 at 8:50 AM Thomas Bogendoerfer > > wrote: > > > > > > On Tue, May 19, 2020 at 11:22:30PM +0200, Paul Cercueil wrote:

Re: [PATCH] MIPS: ingenic: Add missing include

2020-05-20 Thread Thomas Bogendoerfer
On Wed, May 20, 2020 at 11:19:49AM +0200, Philippe Mathieu-Daudé wrote: > Hi Thomas, > > On Wed, May 20, 2020 at 8:50 AM Thomas Bogendoerfer > wrote: > > > > On Tue, May 19, 2020 at 11:22:30PM +0200, Paul Cercueil wrote: > > > Add missing include which adds the prototype to plat_time_init(). > >

Re: [PATCH] MIPS: ingenic: Add missing include

2020-05-20 Thread Philippe Mathieu-Daudé
Hi Thomas, On Wed, May 20, 2020 at 8:50 AM Thomas Bogendoerfer wrote: > > On Tue, May 19, 2020 at 11:22:30PM +0200, Paul Cercueil wrote: > > Add missing include which adds the prototype to plat_time_init(). > > > > Fixes: f932449c11da ("MIPS: ingenic: Drop obsolete code, merge the rest in > >

Re: [PATCH] MIPS: ingenic: Add missing include

2020-05-20 Thread Thomas Bogendoerfer
On Tue, May 19, 2020 at 11:22:30PM +0200, Paul Cercueil wrote: > Add missing include which adds the prototype to plat_time_init(). > > Fixes: f932449c11da ("MIPS: ingenic: Drop obsolete code, merge the rest in > setup.c") > Signed-off-by: Paul Cercueil > Reported-by: kbuild test robot > --- >

[PATCH] MIPS: ingenic: Add missing include

2020-05-19 Thread Paul Cercueil
Add missing include which adds the prototype to plat_time_init(). Fixes: f932449c11da ("MIPS: ingenic: Drop obsolete code, merge the rest in setup.c") Signed-off-by: Paul Cercueil Reported-by: kbuild test robot --- arch/mips/jz4740/setup.c | 1 + 1 file changed, 1 insertion(+) diff --git