]> 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, 6 Oct 2011 18:10:01 +0000 (14:10 -0400)
commit1b968c103fa035f600475433d649c287784a1ef5
tree72e3823a911e49d0f402282c657ca37598be95aa
parent99d2c2c5bb6ddf227d18c0acaf795674c901b6c3
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