]> git.baikalelectronics.ru Git - kernel.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)
commitfe2293049282b028e514d814be924e653a0928c0
tree4034646ab5978ec64b4a7a4cb1375c923b9cd473
parent0a274f3c9e0bcf12c4a7fe641ad7faa5b35aeb25
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