From d5a7d45fb5b667fd10a225ccf11fe395fb2417d9 Mon Sep 17 00:00:00 2001 From: Ksenija Stanojevic Date: Thu, 30 Apr 2015 19:00:23 +0200 Subject: [PATCH] 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-format-patch failed