diff options
Diffstat (limited to 'arch/alpha/math-emu/math.c')
-rw-r--r-- | arch/alpha/math-emu/math.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/alpha/math-emu/math.c b/arch/alpha/math-emu/math.c index 58c2669a1dd4..d17d705f6545 100644 --- a/arch/alpha/math-emu/math.c +++ b/arch/alpha/math-emu/math.c @@ -2,8 +2,9 @@ #include <linux/types.h> #include <linux/kernel.h> #include <linux/sched.h> +#include <asm/ptrace.h> -#include <asm/uaccess.h> +#include <linux/uaccess.h> #include "sfp-util.h" #include <math-emu/soft-fp.h> |