]> 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, 11 Aug 2011 21:32:05 +0000 (17:32 -0400)
commita88a315bcbeab3745541a5508f50a6403ad26819
treea5f80e245e4a7ba9811db706ce2f3d07c020dba0
parent0058df0913183f79ffb9a8fa0212de78d7d0f6a0
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