Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1590711 > unrolled thread
| Started by | Laura Abbott <labbott@redhat.com> |
|---|---|
| First post | 2017-03-02 01:20 +0100 |
| Last post | 2017-03-02 01:20 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCHv2 13/14] ALSA: hda: Use set_memory.h header Laura Abbott <labbott@redhat.com> - 2017-03-02 01:20 +0100
| From | Laura Abbott <labbott@redhat.com> |
|---|---|
| Date | 2017-03-02 01:20 +0100 |
| Subject | [PATCHv2 13/14] ALSA: hda: Use set_memory.h header |
| Message-ID | <tgmDn-2sk-1@gated-at.bofh.it> |
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 top | Article view | linux.kernel
csiph-web