aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/math-emu/fadd.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/math-emu/fadd.c')
-rw-r--r--arch/powerpc/math-emu/fadd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/math-emu/fadd.c b/arch/powerpc/math-emu/fadd.c
index 0158a16e2b82..29de37e0e0da 100644
--- a/arch/powerpc/math-emu/fadd.c
+++ b/arch/powerpc/math-emu/fadd.c
@@ -1,6 +1,6 @@
#include <linux/types.h>
#include <linux/errno.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
#include <asm/sfp-machine.h>
#include <math-emu/soft-fp.h>