提交 15ee04c2 编写于 作者: G Geert Uytterhoeven 提交者: Greg Ungerer

m68k: Use dma_addr_t for scatterlist.dma_address

dma_addr_t (as was used by m68knommu) is more correct than u32.
Signed-off-by: NGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: NGreg Ungerer <gerg@uclinux.org>
上级 606333d6
......@@ -11,7 +11,7 @@ struct scatterlist {
unsigned int offset;
unsigned int length;
__u32 dma_address; /* A place to hang host-specific addresses at. */
dma_addr_t dma_address; /* A place to hang host-specific addresses at. */
};
/* This is bogus and should go away. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册