ALSA: intel8x0 - Fix inclusion of kvm_para.h
<linux/kvm_para.h> should be included instead of <asm/...> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
359f90982c
commit
700cc5c94f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue