projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
606333d
)
m68k: Use dma_addr_t for scatterlist.dma_address
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Thu, 5 Feb 2009 00:05:25 +0000
(10:05 +1000)
committer
Greg Ungerer
<gerg@uclinux.org>
Tue, 24 Mar 2009 05:17:43 +0000
(15:17 +1000)
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>
arch/m68k/include/asm/scatterlist.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/m68k/include/asm/scatterlist.h
b/arch/m68k/include/asm/scatterlist.h
index d3a7a0edfecab3d9ad3a04cc3e936cf1ca9faf50..e27ad902b1cff9bb26792f3fe99ee96a45fa8bc5 100644
(file)
--- a/
arch/m68k/include/asm/scatterlist.h
+++ b/
arch/m68k/include/asm/scatterlist.h
@@
-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. */