Re: linux-next: Tree for Mar 22 (thermal)
From: Randy Dunlap
Date: Thu Mar 22 2018 - 13:36:53 EST
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>
thanks,
--
~Randy