diff options
author | Ksenija Stanojevic <ksenija.stanojevic@gmail.com> | 2015-05-22 12:58:42 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-09 18:45:59 -0300 |
commit | 34668350616d964bfb963561f48f474c4ee119c7 (patch) | |
tree | 8903aa3135df7da7e25f323abaae4f8c6eb88cdc /scripts/headers.sh | |
parent | bba795fc0e03c653dedd234b11360efaff35a043 (diff) |
[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 <ksenija.stanojevic@gmail.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'scripts/headers.sh')
0 files changed, 0 insertions, 0 deletions