diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-06-25 18:22:36 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-06-25 18:22:36 -0400 |
| commit | ad90fb97515b732bc27a0109baa10af636c3c8cd (patch) | |
| tree | 9d49cfffb8c52b0bab9a443b39c6e7df7b7e03b7 /arch/parisc | |
| parent | 6a398a3ef404e661999cd4c58974cbceb52762e3 (diff) | |
| parent | c546d5db75b452737e554bb9c33dedb46847c4fd (diff) | |
Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block
Pull asm/scatterlist.h removal from Jens Axboe:
"We don't have any specific arch scatterlist anymore, since parisc
finally switched over. Kill the include"
* 'for-4.2/sg' of git://git.kernel.dk/linux-block:
remove scatterlist.h generation from arch Kbuild files
remove <asm/scatterlist.h>
Diffstat (limited to 'arch/parisc')
| -rw-r--r-- | arch/parisc/include/asm/Kbuild | 1 | ||||
| -rw-r--r-- | arch/parisc/include/asm/dma-mapping.h | 2 | ||||
| -rw-r--r-- | arch/parisc/include/asm/pci.h | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/arch/parisc/include/asm/Kbuild b/arch/parisc/include/asm/Kbuild index 7a4bcc36303d..12b341d04f88 100644 --- a/arch/parisc/include/asm/Kbuild +++ b/arch/parisc/include/asm/Kbuild | |||
| @@ -20,7 +20,6 @@ generic-y += param.h | |||
| 20 | generic-y += percpu.h | 20 | generic-y += percpu.h |
| 21 | generic-y += poll.h | 21 | generic-y += poll.h |
| 22 | generic-y += preempt.h | 22 | generic-y += preempt.h |
| 23 | generic-y += scatterlist.h | ||
| 24 | generic-y += seccomp.h | 23 | generic-y += seccomp.h |
| 25 | generic-y += segment.h | 24 | generic-y += segment.h |
| 26 | generic-y += topology.h | 25 | generic-y += topology.h |
diff --git a/arch/parisc/include/asm/dma-mapping.h b/arch/parisc/include/asm/dma-mapping.h index d0eae5f2bd87..d8d60a57183f 100644 --- a/arch/parisc/include/asm/dma-mapping.h +++ b/arch/parisc/include/asm/dma-mapping.h | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | #define _PARISC_DMA_MAPPING_H | 2 | #define _PARISC_DMA_MAPPING_H |
| 3 | 3 | ||
| 4 | #include <linux/mm.h> | 4 | #include <linux/mm.h> |
| 5 | #include <linux/scatterlist.h> | ||
| 5 | #include <asm/cacheflush.h> | 6 | #include <asm/cacheflush.h> |
| 6 | #include <asm/scatterlist.h> | ||
| 7 | 7 | ||
| 8 | /* See Documentation/DMA-API-HOWTO.txt */ | 8 | /* See Documentation/DMA-API-HOWTO.txt */ |
| 9 | struct hppa_dma_ops { | 9 | struct hppa_dma_ops { |
diff --git a/arch/parisc/include/asm/pci.h b/arch/parisc/include/asm/pci.h index bf5e044281d6..71889ea72740 100644 --- a/arch/parisc/include/asm/pci.h +++ b/arch/parisc/include/asm/pci.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #ifndef __ASM_PARISC_PCI_H | 1 | #ifndef __ASM_PARISC_PCI_H |
| 2 | #define __ASM_PARISC_PCI_H | 2 | #define __ASM_PARISC_PCI_H |
| 3 | 3 | ||
| 4 | #include <asm/scatterlist.h> | 4 | #include <linux/scatterlist.h> |
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | 7 | ||
