X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Fasm-blackfin%2Fscatterlist.h;h=04f448711cd09eb1755875b87bfe2db353aff15f;hb=9dc7f30e3bac329998a2a9bb814bd0abc7cb58e2;hp=32128d53469b0ba73c519cdba16098c55a0d9cf2;hpb=ad792f4f46e12bae58298fc64f5139b99664a773;p=linux-2.6-omap-h63xx.git 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)