From: Ksenija Stanojevic Date: Fri, 22 May 2015 15:58:42 +0000 (-0300) Subject: [media] Staging: media: lirc: Replace timeval with ktime_t X-Git-Tag: omap-for-v4.2/fixes-rc1^2~111^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34668350616d964bfb963561f48f474c4ee119c7;p=pandora-kernel.git [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-diff-tree failed