Skip to content

Commit

Permalink
m68k: Use dma_addr_t for scatterlist.dma_address
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Geert Uytterhoeven authored and Greg Ungerer committed Mar 24, 2009
1 parent 606333d commit 15ee04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/m68k/include/asm/scatterlist.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 15ee04c

Please sign in to comment.