1
0
Fork 0

parisc: don't include <asm/cacheflush.h> in <asm/dma-mapping.h>

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>
hifive-unleashed-5.1
Christoph Hellwig 2019-01-29 19:13:03 +01:00 committed by Helge Deller
parent f9d91f7dc2
commit 3e803d3ed8
2 changed files with 1 additions and 2 deletions

View 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:
**

View 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>