Staging: rts5208: Replace timeval with timespec64
authorKsenija Stanojevic <ksenija.stanojevic@gmail.com>
Thu, 30 Apr 2015 17:00:23 +0000 (19:00 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 May 2015 07:24:16 +0000 (09:24 +0200)
commitd5a7d45fb5b667fd10a225ccf11fe395fb2417d9
tree9a3f6eab1e93f9378f83fc26713b8cdce3698d83
parentac04b3b73bbcbee48112fb516b1fdd67d0146da5
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 <ksenija.stanojevic@gmail.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rts5208/rtsx.h
This page took 0.027138 seconds and 5 git commands to generate.