misc: ibmasm: Replace timeval with timespec64
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>
Wed, 10 Feb 2016 04:32:02 +0000 (10:02 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Feb 2016 04:06:46 +0000 (20:06 -0800)
commit46d83a8782e73468c9f744d859fbb6af4d53c520
tree126c54531d85c6cce4d575cdb4bd2006bc4882e9
parent6cbb097fd3903fd6b419303ee8dc7f72b47d06f0
misc: ibmasm: Replace timeval with timespec64

This patch replaces timeval with timespec64 as 32 bit 'struct timeval'
will not give current time beyond year 2038.

The patch changes the code to use ktime_get_real_ts64() which returns
a 'struct timespec64' instead of do_gettimeofday() which returns a
'struct timeval'

This patch also alters the format strings in sprintf() for now.tv_sec
and now.tv_nsec to incorporate 'long long' on 32 bit architectures and
leading zeroes respectively.

Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/ibmasm/ibmasm.h