Skip to content

Commit

Permalink
ALSA: intel8x0 - Fix inclusion of kvm_para.h
Browse files Browse the repository at this point in the history
<linux/kvm_para.h> should be included instead of <asm/...>

Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
tiwai committed Nov 1, 2011
1 parent 359f909 commit 700cc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/intel8x0.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 700cc5c

Please sign in to comment.