projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.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
|
blame
|
history
diff --git
a/virt/kvm/iommu.c
b/virt/kvm/iommu.c
index d5f3b8d1e09566037c5a48a7106d7c4c2a1c2a38..2b36145944572725d8d74177c8e94fcd89436327 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>