summaryrefslogtreecommitdiff
path: root/include/asm-m68knommu/scatterlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-m68knommu/scatterlist.h')
-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 10942840e88f..afc4788b0d2c 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)