]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/fcntl.c
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
[karo-tx-linux.git] / fs / fcntl.c
index 6e2771c210f63a177591bb0dd11e61bdc95bb6a2..e1c54f20325ca870af01d26e21d42dc0c94604a9 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <asm/poll.h>
 #include <asm/siginfo.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 
 #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT | O_NOATIME)