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


Groups > linux.kernel > #1590893

[PATCHv2 08/14] intel_th: Use set_memory.h header

From Laura Abbott <labbott@redhat.com>
Newsgroups linux.kernel
Subject [PATCHv2 08/14] intel_th: Use set_memory.h header
Date 2017-03-02 08:30 +0100
Message-ID <tgtlv-7kX-3@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>
---
 drivers/hwtracing/intel_th/msu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hwtracing/intel_th/msu.c b/drivers/hwtracing/intel_th/msu.c
index e88afe1..f0e36c8 100644
--- a/drivers/hwtracing/intel_th/msu.c
+++ b/drivers/hwtracing/intel_th/msu.c
@@ -27,7 +27,7 @@
 #include <linux/io.h>
 #include <linux/dma-mapping.h>
 
-#include <asm/cacheflush.h>
+#include <asm/set_memory.h>
 
 #include "intel_th.h"
 #include "msu.h"
-- 
2.7.4

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


Thread

[PATCHv2 00/14] set_memory_* functions header refactor Laura Abbott <labbott@redhat.com> - 2017-03-02 02:20 +0100
  [PATCHv2 05/14] x86: Use set_memory.h header Laura Abbott <labbott@redhat.com> - 2017-03-02 03:10 +0100
    Re: [PATCHv2 05/14] x86: Use set_memory.h header Ingo Molnar <mingo@kernel.org> - 2017-03-02 12:00 +0100
  [PATCHv2 01/14] treewide: Move set_memory_* functions away from cacheflush.h Laura Abbott <labbott@redhat.com> - 2017-03-02 03:20 +0100
    Re: [PATCHv2 01/14] treewide: Move set_memory_* functions away from  cacheflush.h Russell King - ARM Linux <linux@armlinux.org.uk> - 2017-03-02 13:30 +0100
    Re: [PATCHv2 01/14] treewide: Move set_memory_* functions away from  cacheflush.h Mark Rutland <mark.rutland@arm.com> - 2017-03-02 16:30 +0100
  [PATCHv2 08/14] intel_th: Use set_memory.h header Laura Abbott <labbott@redhat.com> - 2017-03-02 08:30 +0100
    Re: [PATCHv2 08/14] intel_th: Use set_memory.h header Alexander Shishkin <alexander.shishkin@linux.intel.com> - 2017-03-02 12:10 +0100
  Re: [PATCHv2 00/14] set_memory_* functions header refactor Heiko Carstens <heiko.carstens@de.ibm.com> - 2017-03-02 14:10 +0100

csiph-web