Skip to content
Commit 8d73b2ae authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Corey Minyard
Browse files

ipmi: kill off 'timespec' usage again



'struct timespec' is getting removed from the kernel. The usage in ipmi
was fixed before in commit 48862ea2 ("ipmi: Update timespec usage
to timespec64"), but unfortunately it crept back in.

The busy looping code can better use ktime_t anyway, so use that
there to simplify the implementation.

Fixes: cbb19cb1 ("ipmi_si: Convert timespec64 to timespec")
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Message-Id: <20191108203435.112759-5-arnd@arndb.de>
Signed-off-by: default avatarCorey Minyard <cminyard@mvista.com>
parent 0d8633bf
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