diff options
Diffstat (limited to 'include/asm-generic')
-rw-r--r-- | include/asm-generic/scatterlist.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-generic/scatterlist.h b/include/asm-generic/scatterlist.h index 5e087944a659..5de07355fad4 100644 --- a/include/asm-generic/scatterlist.h +++ b/include/asm-generic/scatterlist.h | |||
@@ -31,6 +31,4 @@ struct scatterlist { | |||
31 | #define sg_dma_len(sg) ((sg)->length) | 31 | #define sg_dma_len(sg) ((sg)->length) |
32 | #endif | 32 | #endif |
33 | 33 | ||
34 | #define ARCH_HAS_SG_CHAIN | ||
35 | |||
36 | #endif /* __ASM_GENERIC_SCATTERLIST_H */ | 34 | #endif /* __ASM_GENERIC_SCATTERLIST_H */ |