diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c
index ebec88882c3b07fdbfb37e312546b33431bf9b40..513565503f9090a5f0f23af4c1ee8faa89521106 100644
--- a/drivers/net/tg3.c
+++ b/drivers/net/tg3.c
@@ -48,9 +48,9 @@
 #include <net/ip.h>
 
 #include <asm/system.h>
-#include <asm/io.h>
+#include <linux/io.h>
 #include <asm/byteorder.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 
 #ifdef CONFIG_SPARC
 #include <asm/idprom.h>