From 34668350616d964bfb963561f48f474c4ee119c7 Mon Sep 17 00:00:00 2001 From: Ksenija Stanojevic Date: Fri, 22 May 2015 12:58:42 -0300 Subject: [PATCH] [media] Staging: media: lirc: Replace timeval with ktime_t 'struct timeval last_tv' is used to get the time of last signal change and 'struct timeval last_intr_tv' is used to get the time of last UART interrupt. 32-bit systems using 'struct timeval' will break in the year 2038, so we have to replace that code with more appropriate types. Here struct timeval is replaced with ktime_t. Signed-off-by: Ksenija Stanojevic Reviewed-by: Arnd Bergmann Signed-off-by: Mauro Carvalho Chehab --- Reading git-format-patch failed