summaryrefslogtreecommitdiffstats
path: root/sound/x86
diff options
context:
space:
mode:
authorLaura Abbott2017-05-09 00:58:35 +0200
committerLinus Torvalds2017-05-09 02:15:14 +0200
commit7f80f513588dac3d9cbf886a3f2f6354d821695e (patch)
treefa0e07d5c11ec1fc0241945fa23d10b4bbc0c408 /sound/x86
parentkernel/power/snapshot.c: use set_memory.h header (diff)
downloadkernel-qcow2-linux-7f80f513588dac3d9cbf886a3f2f6354d821695e.tar.gz
kernel-qcow2-linux-7f80f513588dac3d9cbf886a3f2f6354d821695e.tar.xz
kernel-qcow2-linux-7f80f513588dac3d9cbf886a3f2f6354d821695e.zip
alsa: use set_memory.h header
set_memory_* functions have moved to set_memory.h. Switch to this explicitly. Link: http://lkml.kernel.org/r/1488920133-27229-14-git-send-email-labbott@redhat.com Signed-off-by: Laura Abbott <labbott@redhat.com> Acked-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'sound/x86')
-rw-r--r--sound/x86/intel_hdmi_audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/x86/intel_hdmi_audio.c b/sound/x86/intel_hdmi_audio.c
index c505b019e09c..664b7fe206d6 100644
--- a/sound/x86/intel_hdmi_audio.c
+++ b/sound/x86/intel_hdmi_audio.c
@@ -30,7 +30,7 @@
#include <linux/pm_runtime.h>
#include <linux/dma-mapping.h>
#include <linux/delay.h>
-#include <asm/cacheflush.h>
+#include <asm/set_memory.h>
#include <sound/core.h>
#include <sound/asoundef.h>
#include <sound/pcm.h>