X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=include%2Fasm-m68knommu%2Fscatterlist.h;h=afc4788b0d2c2f2a9c629c3836ab5d6b0c88e7e8;hb=ee5a2402a1572fcaf6b674d0892cd03fdcbc70a9;hp=10942840e88fcb030a3f3216930b6aa5c8b3d6c9;hpb=f10f114f199dbcb9e1d6b5a0b36a34acf93f6179;p=sfrench%2Fcifs-2.6.git 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)