]> git.kernelconcepts.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>
Mon, 31 Oct 2011 23:32:12 +0000 (19:32 -0400)
commit799fd8b23961f73fb7e7eeaee79f7ef0850e6c31
tree4034646ab5978ec64b4a7a4cb1375c923b9cd473
parent63c9744b9a53b8113b6d33ca361452b28f2ec391
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