提交 799fd8b2 编写于 作者: P Paul Gortmaker

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: NPaul Gortmaker <paul.gortmaker@windriver.com>
上级 63c9744b
......@@ -26,6 +26,7 @@
#include <linux/list.h>
#include <linux/kvm_host.h>
#include <linux/pci.h>
#include <linux/stat.h>
#include <linux/dmar.h>
#include <linux/iommu.h>
#include <linux/intel-iommu.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册