From: Ksenija Stanojevic Date: Thu, 30 Apr 2015 17:00:23 +0000 (+0200) Subject: Staging: rts5208: Replace timeval with timespec64 X-Git-Tag: omap-for-v4.2/fixes-rc1^2~92^2~862 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5a7d45fb5b667fd10a225ccf11fe395fb2417d9;p=pandora-kernel.git Staging: rts5208: Replace timeval with timespec64 struct timeval tv is used to get current time. 32-bit systems using 'struct timeval' will break in the year 2038, so we have to replace that code with more appropriate types. Signed-off-by: Ksenija Stanojevic Reviewed-by: Arnd Bergmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed