Commit 700cc5c9 authored by Takashi Iwai's avatar Takashi Iwai

ALSA: intel8x0 - Fix inclusion of kvm_para.h

<linux/kvm_para.h> should be included instead of <asm/...>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 359f9098
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
#include <asm/cacheflush.h> #include <asm/cacheflush.h>
#ifdef CONFIG_KVM_GUEST #ifdef CONFIG_KVM_GUEST
#include <asm/kvm_para.h> #include <linux/kvm_para.h>
#else #else
#define kvm_para_available() (0) #define kvm_para_available() (0)
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment