Index: /trunk/src/VBox/Runtime/r0drv/linux/time-r0drv-linux.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/linux/time-r0drv-linux.c	(revision 9238)
+++ /trunk/src/VBox/Runtime/r0drv/linux/time-r0drv-linux.c	(revision 9239)
@@ -170,6 +170,6 @@
 {
 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 16)
-    ktime_t Kt = ktime_get_real();
-    struct timespec Ts = ktime_to_timespec(Kt);
+    struct timespec Ts;
+    ktime_get_real_ts(&Ts);
     return RTTimeSpecSetTimespec(pTime, &Ts);
 
