summaryrefslogtreecommitdiff
path: root/include/asm-m68knommu
diff options
context:
space:
mode:
authorJens Axboe <jens.axboe@oracle.com>2007-10-23 12:41:57 +0200
committerJens Axboe <jens.axboe@oracle.com>2007-10-23 12:42:47 +0200
commit75d35c93cf8b938f28f06ceb8ffa2606d6e57d3b (patch)
tree22b06c4c0890d256e9982d88fd5fc7da3d884abf /include/asm-m68knommu
parentd09d276ebf62afdaed5f7bab6e7e340ffbde4dd1 (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.h1
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)