Skip to content

Commit

Permalink
[ARM] 5454/1: ep93xx_eth: fix sparse warnings
Browse files Browse the repository at this point in the history
Fix 50+ sparse warnings in the ep93xx ethernet driver.

  warning: incorrect type in argument 1 (different address spaces)

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Hartley Sweeten authored and Russell King committed Apr 16, 2009
1 parent 32dc496 commit 5e075cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/arm/ep93xx_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ struct ep93xx_descs
struct ep93xx_priv
{
struct resource *res;
void *base_addr;
void __iomem *base_addr;
int irq;

struct ep93xx_descs *descs;
Expand Down

0 comments on commit 5e075cb

Please sign in to comment.