Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1590711

[PATCHv2 13/14] ALSA: hda: Use set_memory.h header

From Laura Abbott <labbott@redhat.com>
Newsgroups linux.kernel
Subject [PATCHv2 13/14] ALSA: hda: Use set_memory.h header
Date 2017-03-02 01:20 +0100
Message-ID <tgmDn-2sk-1@gated-at.bofh.it> (permalink)
References <tgmDn-2sk-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


set_memory_* functions have moved to set_memory.h. Switch to this
explicitly.

Signed-off-by: Laura Abbott <labbott@redhat.com>
---
 sound/pci/hda/hda_intel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 16108f0e..e3d8756 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -53,7 +53,7 @@
 #ifdef CONFIG_X86
 /* for snoop control */
 #include <asm/pgtable.h>
-#include <asm/cacheflush.h>
+#include <asm/set_memory.h>
 #include <asm/cpufeature.h>
 #endif
 #include <sound/core.h>
-- 
2.7.4

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCHv2 13/14] ALSA: hda: Use set_memory.h header Laura Abbott <labbott@redhat.com> - 2017-03-02 01:20 +0100

csiph-web