]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - drivers/net/ethernet/packetengines/yellowfin.c
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
[thirdparty/linux.git] / drivers / net / ethernet / packetengines / yellowfin.c
index 2a2ca5fa0c690281cbb433b450340279fdd91857..fa7770da6ef8ca0f29ab6b9f462cbf04f1bc6616 100644 (file)
@@ -100,7 +100,7 @@ static int gx_fix;
 #include <linux/ethtool.h>
 #include <linux/crc32.h>
 #include <linux/bitops.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 #include <asm/processor.h>             /* Processor type for cache alignment. */
 #include <asm/unaligned.h>
 #include <asm/io.h>