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