ipmi_si: Convert timespec64 to timespec
authorCorey Minyard <cminyard@mvista.com>
Wed, 31 Jul 2019 20:33:36 +0000 (15:33 -0500)
committerCorey Minyard <cminyard@mvista.com>
Thu, 1 Aug 2019 00:52:29 +0000 (19:52 -0500)
commitcbb19cb1eef050b193c823502bf920097c0f0459
treec243e98d34c80b0adf1d8c0da5c9bb736c797239
parent5c6207539aea8b22490f9569db5aa72ddfd0d486
ipmi_si: Convert timespec64 to timespec

There is no need for timespec64, and it will cause issues in the
future with i386 and 64-bit division not being available.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
drivers/char/ipmi/ipmi_si_intf.c