Commit 0e662fc2 authored by Ben Dooks's avatar Ben Dooks Committed by Russell King

[ARM PATCH] 2199/1: S3C2410 - fix warning in include/asm-arm/arch-s3c2410/dma.h

Patch from Ben Dooks

Make addr_reg an `void __iomem *` instead of an unsigned long.

Signed-off-by: Ben Dooks 
Signed-off-by: Russell King
parent 93f9f0fa
......@@ -199,8 +199,8 @@ struct s3c2410_dma_chan_s {
/* channel's hardware position and configuration */
void __iomem *regs; /* channels registers */
void __iomem *addr_reg; /* data address register */
unsigned int irq; /* channel irq */
unsigned long addr_reg; /* data address register */
unsigned long dcon; /* default value of DCON */
/* driver handles */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment