lib8390: Convert include <asm to include <linux
authorJoe Perches <[email protected]>
Wed, 22 Jun 2011 20:38:58 +0000 (20:38 +0000)
committerDavid S. Miller <[email protected]>
Sat, 25 Jun 2011 00:31:36 +0000 (17:31 -0700)
Signed-off-by: Joe Perches <[email protected]>
Acked-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/lib8390.c

index b0ee6f67061b7cdddf0d2e31727bc326371c3740..946b255a78f078cf574ae42f0e94757ea7301e80 100644 (file)
@@ -58,8 +58,8 @@
 #include <linux/string.h>
 #include <linux/bitops.h>
 #include <asm/system.h>
-#include <asm/uaccess.h>
-#include <asm/io.h>
+#include <linux/uaccess.h>
+#include <linux/io.h>
 #include <asm/irq.h>
 #include <linux/delay.h>
 #include <linux/errno.h>