Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[S390] use generic scatterlist.h

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

authored by

Heiko Carstens and committed by
Martin Schwidefsky
5dd1d2ec f64d04c0

+1 -19
+1 -19
arch/s390/include/asm/scatterlist.h
··· 1 - #ifndef _ASMS390_SCATTERLIST_H 2 - #define _ASMS390_SCATTERLIST_H 3 - 4 - struct scatterlist { 5 - #ifdef CONFIG_DEBUG_SG 6 - unsigned long sg_magic; 7 - #endif 8 - unsigned long page_link; 9 - unsigned int offset; 10 - unsigned int length; 11 - }; 12 - 13 - #ifdef __s390x__ 14 - #define ISA_DMA_THRESHOLD (0xffffffffffffffffUL) 15 - #else 16 - #define ISA_DMA_THRESHOLD (0xffffffffUL) 17 - #endif 18 - 19 - #endif /* _ASMS390X_SCATTERLIST_H */ 1 + #include <asm-generic/scatterlist.h>