Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>

authored by

Geert Uytterhoeven and committed by
Greg Ungerer
15ee04c2 606333d6

+1 -1
+1 -1
arch/m68k/include/asm/scatterlist.h
··· 11 11 unsigned int offset; 12 12 unsigned int length; 13 13 14 - __u32 dma_address; /* A place to hang host-specific addresses at. */ 14 + dma_addr_t dma_address; /* A place to hang host-specific addresses at. */ 15 15 }; 16 16 17 17 /* This is bogus and should go away. */