]> 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, 1 Aug 2011 20:17:48 +0000 (16:17 -0400)
commit3c18208dc4f52989057c84bdd1730b7545314c26
treea871f5988d943acd615204603e5b4190930dae5a
parent812bee5a7ab0d37fe99f9480ed0edfb1003f1bd5
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