]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
parisc: don't include <asm/cacheflush.h> in <asm/dma-mapping.h>
authorChristoph Hellwig <hch@lst.de>
Tue, 29 Jan 2019 18:13:03 +0000 (19:13 +0100)
committerHelge Deller <deller@gmx.de>
Thu, 21 Feb 2019 19:37:11 +0000 (20:37 +0100)
No need for any of the definitions here, all there real work now
happens out of line.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/include/asm/dma-mapping.h
arch/parisc/kernel/setup.c

index 44a9f97194aadd46c49027630312ca66d9f476ef..f1bf5e297f1c1aa910b560b9802f614f9d06b875 100644 (file)
@@ -2,8 +2,6 @@
 #ifndef _PARISC_DMA_MAPPING_H
 #define _PARISC_DMA_MAPPING_H
 
-#include <asm/cacheflush.h>
-
 /*
 ** We need to support 4 different coherent dma models with one binary:
 **
index f2cf86ac279b4c52d93b67cfa395d0b08ee159a6..15dd9e21be7eac6d1fcf37d67f72de9b227bfa75 100644 (file)
@@ -40,6 +40,7 @@
 #include <linux/sched/clock.h>
 #include <linux/start_kernel.h>
 
+#include <asm/cacheflush.h>
 #include <asm/processor.h>
 #include <asm/sections.h>
 #include <asm/pdc.h>