diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2007-10-23 12:41:57 +0200 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2007-10-23 12:42:47 +0200 |
commit | 75d35c93cf8b938f28f06ceb8ffa2606d6e57d3b (patch) | |
tree | 22b06c4c0890d256e9982d88fd5fc7da3d884abf /include/asm-m68knommu | |
parent | d09d276ebf62afdaed5f7bab6e7e340ffbde4dd1 (diff) |
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 <jens.axboe@oracle.com>
Diffstat (limited to 'include/asm-m68knommu')
-rw-r--r-- | include/asm-m68knommu/scatterlist.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-m68knommu/scatterlist.h b/include/asm-m68knommu/scatterlist.h index 10942840e88..afc4788b0d2 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) |