Skip to content
Commit c6270dbc authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Chris Wilson
Browse files

drm: i915: remove timeval users



struct timeval is deprecated because it cannot represent times
past 2038. In this driver, the only use of this structure is
to capture debug information. This is easily changed to ktime_t,
which we then format as needed when printing it later.

Reviewed-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20180117154916.219273-1-arnd@arndb.de


Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
parent ba02f4c2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment