summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/math-emu/frsqrte.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/math-emu/frsqrte.c')
-rw-r--r--arch/powerpc/math-emu/frsqrte.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/math-emu/frsqrte.c b/arch/powerpc/math-emu/frsqrte.c
index 1d0a3a0fd0e6..7c2ce43750dc 100644
--- a/arch/powerpc/math-emu/frsqrte.c
+++ b/arch/powerpc/math-emu/frsqrte.c
@@ -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)