[PATCH] kvmtrace: fix ktime_t type usage in kvm.h

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Christian Ehrhardt <ehrhardt@xxxxxxxxxxxxxxxxxx>

This is a small but important change I unfortunately lost in one of my
debugging patches which actually should only contain some printf's.
This patch adds the ktime header since we now use ktime_t in this kvm.h.
Even with all my tests I missed that, sorry for the inconvenience.

Signed-off-by: Christian Ehrhardt <ehrhardt@xxxxxxxxxxxxxxxxxx>
---

[diffstat]
 kvm.h |    1 +
 1 file changed, 1 insertion(+)

[diff]
diff --git a/include/linux/kvm.h b/include/linux/kvm.h
--- a/include/linux/kvm.h
+++ b/include/linux/kvm.h
@@ -10,6 +10,7 @@
 #include <asm/types.h>
 #include <linux/compiler.h>
 #include <linux/ioctl.h>
+#include <linux/ktime.h>
 #include <asm/kvm.h>
 
 #define KVM_API_VERSION 12
--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [KVM Development]     [KVM ARM]     [KVM ia64]     [Linux Virtualization]     [Linux USB Devel]     [Linux Video]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux