aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRussell King <rmk@flint.arm.linux.org.uk>2004-08-19 00:02:56 +0100
committerRussell King <rmk@flint.arm.linux.org.uk>2004-08-19 00:02:56 +0100
commitaa9d6cbe94a91fbcb8e8f7cb15150e6331c2302e (patch)
tree6558eebd2ea0a3562e29cd4c172eda5871e8dbeb /include
parentf385cd875ca252d7272f63030b3750857df287d6 (diff)
downloadhistory-aa9d6cbe94a91fbcb8e8f7cb15150e6331c2302e.tar.gz
[ARM] Add a structure name to pxa_dma_desc.
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/arch-pxa/dma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-pxa/dma.h b/include/asm-arm/arch-pxa/dma.h
index df4bc662850e8d..56db3d49bfc813 100644
--- a/include/asm-arm/arch-pxa/dma.h
+++ b/include/asm-arm/arch-pxa/dma.h
@@ -22,7 +22,7 @@
* Note: this structure must always be aligned to a 16-byte boundary.
*/
-typedef struct {
+typedef struct pxa_dma_desc {
volatile u32 ddadr; /* Points to the next descriptor + flags */
volatile u32 dsadr; /* DSADR value for the current transfer */
volatile u32 dtadr; /* DTADR value for the current transfer */