diff options
-rw-r--r-- | include/asm-blackfin/scatterlist.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-blackfin/scatterlist.h b/include/asm-blackfin/scatterlist.h index 32128d53469b..04f448711cd0 100644 --- a/include/asm-blackfin/scatterlist.h +++ b/include/asm-blackfin/scatterlist.h | |||
@@ -20,7 +20,6 @@ struct scatterlist { | |||
20 | * returns, or alternatively stop on the first sg_dma_len(sg) which | 20 | * returns, or alternatively stop on the first sg_dma_len(sg) which |
21 | * is 0. | 21 | * is 0. |
22 | */ | 22 | */ |
23 | #define sg_address(sg) (page_address((sg)->page) + (sg)->offset) | ||
24 | #define sg_dma_address(sg) ((sg)->dma_address) | 23 | #define sg_dma_address(sg) ((sg)->dma_address) |
25 | #define sg_dma_len(sg) ((sg)->length) | 24 | #define sg_dma_len(sg) ((sg)->length) |
26 | 25 | ||