aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-generic/scatterlist.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-generic/scatterlist.h b/include/asm-generic/scatterlist.h
index 8b9454496a7c..51a7a43ab0ce 100644
--- a/include/asm-generic/scatterlist.h
+++ b/include/asm-generic/scatterlist.h
@@ -34,10 +34,6 @@ struct scatterlist {
34#endif /* 64 bit */ 34#endif /* 64 bit */
35#endif /* sg_dma_len */ 35#endif /* sg_dma_len */
36 36
37#ifndef ISA_DMA_THRESHOLD
38#define ISA_DMA_THRESHOLD (~0UL)
39#endif
40
41#define ARCH_HAS_SG_CHAIN 37#define ARCH_HAS_SG_CHAIN
42 38
43#endif /* __ASM_GENERIC_SCATTERLIST_H */ 39#endif /* __ASM_GENERIC_SCATTERLIST_H */