Re: linux-next: Tree for Mar 22 (thermal)

From: Eduardo Valentin
Date: Mon Mar 26 2018 - 17:05:38 EST


Rui,

On Thu, Mar 22, 2018 at 10:36:38AM -0700, Randy Dunlap wrote:
> On 03/22/2018 01:38 AM, Stephen Rothwell wrote:
> > Hi all,
> >
> > Changes since 20180321:
> >
> > The vfs tree still had its build failure for which I reverted a commit.
> >
>
> on i386:
>
> ERROR: "nsec_to_clock_t" [drivers/thermal/thermal_sys.ko] undefined!
>
> so in drivers/thermal/thermal_sysfs.c, please add:
>
> #include <linux/jiffies.h>
>
>
> Reported-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

Are you taking care of this?

>
> thanks,
> --
> ~Randy