Replace <asm/uaccess.h> with <linux/uaccess.h> globally
[linux-block.git] / drivers / net / ethernet / 8390 / pcnet_cs.c
index 63079a6e20d94910748b49787e84dbca0cd6df4b..bd0a2a14b64990f11c0e111d3823335f169f9d80 100644 (file)
@@ -49,7 +49,7 @@
 
 #include <asm/io.h>
 #include <asm/byteorder.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 
 #define PCNET_CMD      0x00
 #define PCNET_DATAPORT 0x10    /* NatSemi-defined port window offset. */