]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Thu, 28 Jul 2011 04:26:47 +0000 (00:26 -0400)
commit36ec5c5150f310859a8b328fe4934732e0a63890
tree5b9713cfea50946a62e706d14cda304559d4b437
parent92bd20ec5908eb3cfb7ccc0bafb7eb98897b6e2e
kvm: fix implicit use of stat.h header file

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