]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/stmmac/enh_desc.c
stmmac: make ioaddr 'void __iomem *' rather than unsigned long
[net-next-2.6.git] / drivers / net / stmmac / enh_desc.c
index f612f986a7e16b186ba5c5c1aafcc4ae98fa2313..77ff88c3958b7c0f2f4e5bd090a1b62d9e8b1807 100644 (file)
@@ -25,7 +25,7 @@
 #include "common.h"
 
 static int enh_desc_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;