Re: [RESEND PATCH 4/4] sh: remove board_time_init() callback

2018-07-24 Thread Baolin Wang
Hi Arnd, On 25 July 2018 at 05:33, Arnd Bergmann wrote: > On Tue, Jul 24, 2018 at 7:07 PM, kbuild test robot wrote: >> Hi Arnd, >> >> I love your patch! Yet something to improve: >> >> [auto build test ERROR on sof-driver-fuweitax/master] >> [also build test ERROR on v4.18-rc6 next-20180724] >>

Re: [RESEND PATCH 4/4] sh: remove board_time_init() callback

2018-07-24 Thread Baolin Wang
Hi Arnd, On 25 July 2018 at 05:33, Arnd Bergmann wrote: > On Tue, Jul 24, 2018 at 7:07 PM, kbuild test robot wrote: >> Hi Arnd, >> >> I love your patch! Yet something to improve: >> >> [auto build test ERROR on sof-driver-fuweitax/master] >> [also build test ERROR on v4.18-rc6 next-20180724] >>

Re: [RESEND PATCH 4/4] sh: remove board_time_init() callback

2018-07-24 Thread Arnd Bergmann
On Tue, Jul 24, 2018 at 7:07 PM, kbuild test robot wrote: > Hi Arnd, > > I love your patch! Yet something to improve: > > [auto build test ERROR on sof-driver-fuweitax/master] > [also build test ERROR on v4.18-rc6 next-20180724] > [if your patch is applied to the wrong git tree, please drop us a

Re: [RESEND PATCH 4/4] sh: remove board_time_init() callback

2018-07-24 Thread Arnd Bergmann
On Tue, Jul 24, 2018 at 7:07 PM, kbuild test robot wrote: > Hi Arnd, > > I love your patch! Yet something to improve: > > [auto build test ERROR on sof-driver-fuweitax/master] > [also build test ERROR on v4.18-rc6 next-20180724] > [if your patch is applied to the wrong git tree, please drop us a

Re: [RESEND PATCH 4/4] sh: remove board_time_init() callback

2018-07-24 Thread kbuild test robot
Hi Arnd, I love your patch! Yet something to improve: [auto build test ERROR on sof-driver-fuweitax/master] [also build test ERROR on v4.18-rc6 next-20180724] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [RESEND PATCH 4/4] sh: remove board_time_init() callback

2018-07-24 Thread kbuild test robot
Hi Arnd, I love your patch! Yet something to improve: [auto build test ERROR on sof-driver-fuweitax/master] [also build test ERROR on v4.18-rc6 next-20180724] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[RESEND PATCH 4/4] sh: remove board_time_init() callback

2018-07-17 Thread Baolin Wang
From: Arnd Bergmann The only remaining user of board_time_init() is the of-generic machine, and that just calls the global timer_init() function. Calling that one has no effect on non-DT platforms, so we can simply call it unconditionally in place of board_time_init(). Signed-off-by: Arnd

[RESEND PATCH 4/4] sh: remove board_time_init() callback

2018-07-17 Thread Baolin Wang
From: Arnd Bergmann The only remaining user of board_time_init() is the of-generic machine, and that just calls the global timer_init() function. Calling that one has no effect on non-DT platforms, so we can simply call it unconditionally in place of board_time_init(). Signed-off-by: Arnd