]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
kvm: fix implicit use of stat.h header file
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 28 Jul 2011 01:17:59 +0000 (21:17 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 26 Aug 2011 15:52:05 +0000 (11:52 -0400)
This was coming in via an implicit module.h (and its sub-includes)
before, but we'll be cleaning that up shortly.  Call out the stat.h
include requirement in advance.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
virt/kvm/iommu.c

index 78c80f67f535f97055d312aa946c109bcfdcd424..bea8719fcc8d646fe4b73b913b5128f2336e6678 100644 (file)
@@ -26,6 +26,7 @@
 #include <linux/list.h>
 #include <linux/kvm_host.h>
 #include <linux/pci.h>
+#include <linux/stat.h>
 #include <linux/dmar.h>
 #include <linux/iommu.h>
 #include <linux/intel-iommu.h>