aboutsummaryrefslogtreecommitdiff
path: root/include/asm-blackfin/scatterlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-blackfin/scatterlist.h')
-rw-r--r--include/asm-blackfin/scatterlist.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-blackfin/scatterlist.h b/include/asm-blackfin/scatterlist.h
index 32128d53469..04f448711cd 100644
--- a/include/asm-blackfin/scatterlist.h
+++ b/include/asm-blackfin/scatterlist.h
@@ -20,7 +20,6 @@ struct scatterlist {
* returns, or alternatively stop on the first sg_dma_len(sg) which
* is 0.
*/
-#define sg_address(sg) (page_address((sg)->page) + (sg)->offset)
#define sg_dma_address(sg) ((sg)->dma_address)
#define sg_dma_len(sg) ((sg)->length)