提交 75d35c93 编写于 作者: J Jens Axboe

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: NJens Axboe <jens.axboe@oracle.com>
上级 d09d276e
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册