aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/math-emu/fabs.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/math-emu/fabs.c')
-rw-r--r--arch/powerpc/math-emu/fabs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/math-emu/fabs.c b/arch/powerpc/math-emu/fabs.c
index 549baba5948f..a5e7ad1384ee 100644
--- a/arch/powerpc/math-emu/fabs.c
+++ b/arch/powerpc/math-emu/fabs.c
@@ -1,6 +1,6 @@
#include <linux/types.h>
#include <linux/errno.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
int
fabs(u32 *frD, u32 *frB)