]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/stmmac/norm_desc.c
stmmac: make ioaddr 'void __iomem *' rather than unsigned long
[net-next-2.6.git] / drivers / net / stmmac / norm_desc.c
index 31ad53643792f17bf72f2815216e6ac5380b02f3..51f4440ab98bddeb1521daa25ad27eb8641300fb 100644 (file)
@@ -25,7 +25,7 @@
 #include "common.h"
 
 static int ndesc_get_tx_status(void *data, struct stmmac_extra_stats *x,
-                              struct dma_desc *p, unsigned long ioaddr)
+                              struct dma_desc *p, void __iomem *ioaddr)
 {
        int ret = 0;
        struct net_device_stats *stats = (struct net_device_stats *)data;