projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63c9744
)
kvm: fix implicit use of stat.h header file
author
Paul Gortmaker
<paul.gortmaker@windriver.com>
Thu, 28 Jul 2011 01:17:59 +0000
(21:17 -0400)
committer
Paul Gortmaker
<paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:32:12 +0000
(19:32 -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
patch
|
blob
|
history
diff --git
a/virt/kvm/iommu.c
b/virt/kvm/iommu.c
index
d5f3b8d
..
2b36145
100644
(file)
--- a/
virt/kvm/iommu.c
+++ b/
virt/kvm/iommu.c
@@
-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>