diff options
Diffstat (limited to 'include/asm-m68knommu/scatterlist.h')
| -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 10942840e88f..afc4788b0d2c 100644 --- a/include/asm-m68knommu/scatterlist.h +++ b/include/asm-m68knommu/scatterlist.h | |||
| @@ -14,7 +14,6 @@ struct scatterlist { | |||
| 14 | unsigned int length; | 14 | unsigned int length; |
| 15 | }; | 15 | }; |
| 16 | 16 | ||
| 17 | #define sg_address(sg) (page_address((sg)->page) + (sg)->offset) | ||
| 18 | #define sg_dma_address(sg) ((sg)->dma_address) | 17 | #define sg_dma_address(sg) ((sg)->dma_address) |
| 19 | #define sg_dma_len(sg) ((sg)->length) | 18 | #define sg_dma_len(sg) ((sg)->length) |
| 20 | 19 | ||
