Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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