Commit 5e075cb5 authored by Hartley Sweeten's avatar Hartley Sweeten Committed by Russell King

[ARM] 5454/1: ep93xx_eth: fix sparse warnings

Fix 50+ sparse warnings in the ep93xx ethernet driver.

  warning: incorrect type in argument 1 (different address spaces)
Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 32dc496b
...@@ -153,7 +153,7 @@ struct ep93xx_descs ...@@ -153,7 +153,7 @@ struct ep93xx_descs
struct ep93xx_priv struct ep93xx_priv
{ {
struct resource *res; struct resource *res;
void *base_addr; void __iomem *base_addr;
int irq; int irq;
struct ep93xx_descs *descs; struct ep93xx_descs *descs;
......
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