From: Jens Axboe Date: Tue, 23 Oct 2007 10:41:57 +0000 (+0200) Subject: m68knommu: remove sg_address() X-Git-Tag: v2.6.24-rc1~34^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=75d35c93cf8b938f28f06ceb8ffa2606d6e57d3b;p=platform%2Fkernel%2Flinux-3.10.git m68knommu: remove sg_address() I would have replaced it with sg_virt(), but it doesn't appear to be used at all. Signed-off-by: Jens Axboe --- diff --git a/include/asm-m68knommu/scatterlist.h b/include/asm-m68knommu/scatterlist.h index 1094284..afc4788 100644 --- a/include/asm-m68knommu/scatterlist.h +++ b/include/asm-m68knommu/scatterlist.h @@ -14,7 +14,6 @@ struct scatterlist { unsigned int length; }; -#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)