9
0
Fork 0

net smc911x: Use __iomem for register base

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2012-06-22 12:58:11 +02:00
parent 3af2266149
commit f9b94c867b
1 changed files with 1 additions and 1 deletions

View File

@ -691,7 +691,7 @@ static int smc911x_probe(struct device_d *dev)
struct smc911x_priv *priv;
uint32_t val;
int i;
void *base;
void __iomem *base;
base = dev_request_mem_region(dev, 0);