rust: time: Remove Ktime in hrtimer
authorFUJITA Tomonori <fujita.tomonori@gmail.com>
Tue, 10 Jun 2025 13:28:23 +0000 (22:28 +0900)
committerAndreas Hindborg <a.hindborg@kernel.org>
Tue, 24 Jun 2025 17:52:47 +0000 (19:52 +0200)
commit69f66cf45814f45a161688fd087abe21e6d5afbd
treee506a6f599d6a1697fa2b6175ed78edb23461244
parente0c0ab04f6785abaa71b9b8dc252cb1a2072c225
rust: time: Remove Ktime in hrtimer

Remove the use of `Ktime` from the hrtimer code, which was originally
introduced as a temporary workaround. The hrtimer has now been fully
converted to use the `Instant` and `Delta` types instead.

Reviewed-by: Andreas Hindborg <a.hindborg@kernel.org>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
Link: https://lore.kernel.org/r/20250610132823.3457263-6-fujita.tomonori@gmail.com
Signed-off-by: Andreas Hindborg <a.hindborg@kernel.org>
rust/kernel/time/hrtimer.rs