提交 700cc5c9 编写于 作者: T Takashi Iwai

ALSA: intel8x0 - Fix inclusion of kvm_para.h

<linux/kvm_para.h> should be included instead of <asm/...>
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 359f9098
......@@ -43,7 +43,7 @@
#include <asm/cacheflush.h>
#ifdef CONFIG_KVM_GUEST
#include <asm/kvm_para.h>
#include <linux/kvm_para.h>
#else
#define kvm_para_available() (0)
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册