Re: [PATCH 2/4] input: evdev: Replace timeval with timespec64

2016-09-13 Thread Arnd Bergmann
On Tuesday, September 13, 2016 7:10:03 AM CEST Deepa Dinamani wrote: > struct timeval is not y2038 safe. > > All references to timeval in the kernel will be replaced > by y2038 safe structures. > Replace all references to timeval with y2038 safe > struct timespec64 here. > > struct input_event wi

[PATCH 2/4] input: evdev: Replace timeval with timespec64

2016-09-13 Thread Deepa Dinamani
struct timeval is not y2038 safe. All references to timeval in the kernel will be replaced by y2038 safe structures. Replace all references to timeval with y2038 safe struct timespec64 here. struct input_event will be changed in a different patch. Signed-off-by: Deepa Dinamani --- drivers/inpu