]> git.ipfire.org Git - people/ms/linux.git/blobdiff - arch/powerpc/math-emu/frsqrte.c
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
[people/ms/linux.git] / arch / powerpc / math-emu / frsqrte.c
index 1d0a3a0fd0e6d42f7117e3295ddd5de2e98d7c3f..7c2ce43750dc14e5efb803385a08e98d45ae3455 100644 (file)
@@ -1,6 +1,6 @@
 #include <linux/types.h>
 #include <linux/errno.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 
 int
 frsqrte(void *frD, void *frB)