diff options
author | Christoph Hellwig <hch@lst.de> | 2015-05-01 06:46:15 -0400 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2015-05-05 15:35:39 -0400 |
commit | 84be456f883c4685680fba8e5154b5f72e92957e (patch) | |
tree | 1b83cb63af91f9e0ab42739cff9819591e089eac /arch/ia64 | |
parent | d9cee5d4f66ef36f69b0108dedbad7f7009bb6a8 (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/ia64')
-rw-r--r-- | arch/ia64/include/asm/pci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/include/asm/pci.h b/arch/ia64/include/asm/pci.h index 52af5ed9f60b..0c0e25d6427a 100644 --- a/arch/ia64/include/asm/pci.h +++ b/arch/ia64/include/asm/pci.h | |||
@@ -6,9 +6,9 @@ | |||
6 | #include <linux/spinlock.h> | 6 | #include <linux/spinlock.h> |
7 | #include <linux/string.h> | 7 | #include <linux/string.h> |
8 | #include <linux/types.h> | 8 | #include <linux/types.h> |
9 | #include <linux/scatterlist.h> | ||
9 | 10 | ||
10 | #include <asm/io.h> | 11 | #include <asm/io.h> |
11 | #include <asm/scatterlist.h> | ||
12 | #include <asm/hw_irq.h> | 12 | #include <asm/hw_irq.h> |
13 | 13 | ||
14 | struct pci_vector_struct { | 14 | struct pci_vector_struct { |