aboutsummaryrefslogtreecommitdiffstats
path: root/arch/frv/include
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2015-05-01 06:46:15 -0400
committerJens Axboe <axboe@fb.com>2015-05-05 15:35:39 -0400
commit84be456f883c4685680fba8e5154b5f72e92957e (patch)
tree1b83cb63af91f9e0ab42739cff9819591e089eac /arch/frv/include
parentd9cee5d4f66ef36f69b0108dedbad7f7009bb6a8 (diff)
remove <asm/scatterlist.h>
We don't have any arch specific scatterlist now that parisc switched over to the generic one. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'arch/frv/include')
-rw-r--r--arch/frv/include/asm/dma-mapping.h2
-rw-r--r--arch/frv/include/asm/pci.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/frv/include/asm/dma-mapping.h b/arch/frv/include/asm/dma-mapping.h
index 1746a2b8e6e7..2840adcd6d92 100644
--- a/arch/frv/include/asm/dma-mapping.h
+++ b/arch/frv/include/asm/dma-mapping.h
@@ -2,9 +2,9 @@
2#define _ASM_DMA_MAPPING_H 2#define _ASM_DMA_MAPPING_H
3 3
4#include <linux/device.h> 4#include <linux/device.h>
5#include <linux/scatterlist.h>
5#include <asm/cache.h> 6#include <asm/cache.h>
6#include <asm/cacheflush.h> 7#include <asm/cacheflush.h>
7#include <asm/scatterlist.h>
8#include <asm/io.h> 8#include <asm/io.h>
9 9
10/* 10/*
diff --git a/arch/frv/include/asm/pci.h b/arch/frv/include/asm/pci.h
index 2035a4d3f9b9..43d224685144 100644
--- a/arch/frv/include/asm/pci.h
+++ b/arch/frv/include/asm/pci.h
@@ -14,7 +14,7 @@
14#define _ASM_FRV_PCI_H 14#define _ASM_FRV_PCI_H
15 15
16#include <linux/mm.h> 16#include <linux/mm.h>
17#include <asm/scatterlist.h> 17#include <linux/scatterlist.h>
18#include <asm-generic/pci-dma-compat.h> 18#include <asm-generic/pci-dma-compat.h>
19#include <asm-generic/pci.h> 19#include <asm-generic/pci.h>
20 20