]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/sun3_82586.c
SUN3/3X Lance trivial fix improved
[linux-2.6-omap-h63xx.git] / drivers / net / sun3_82586.c
index d1d1885b0295d2ae82f3e733ec65569cd52c9747..4757aa647c7a22be22d8d4c96a540d9c3119389a 100644 (file)
@@ -28,8 +28,6 @@ static int automatic_resume = 0; /* experimental .. better should be zero */
 static int rfdadd = 0; /* rfdadd=1 may be better for 8K MEM cards */
 static int fifo=0x8;   /* don't change */
 
-/* #define REALLY_SLOW_IO */
-
 #include <linux/module.h>
 #include <linux/kernel.h>
 #include <linux/string.h>
@@ -330,7 +328,7 @@ out2:
 out1:
        free_netdev(dev);
 out:
-       iounmap((void *)ioaddr);
+       iounmap((void __iomem *)ioaddr);
        return ERR_PTR(err);
 }