summaryrefslogtreecommitdiffstats
path: root/arch/alpha/lib/fpreg.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha/lib/fpreg.c')
-rw-r--r--arch/alpha/lib/fpreg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/alpha/lib/fpreg.c b/arch/alpha/lib/fpreg.c
index 7c08b225261c..9a238e7536ae 100644
--- a/arch/alpha/lib/fpreg.c
+++ b/arch/alpha/lib/fpreg.c
@@ -8,7 +8,9 @@
#include <linux/compiler.h>
#include <linux/export.h>
#include <linux/preempt.h>
+#include <asm/fpu.h>
#include <asm/thread_info.h>
+#include <asm/fpu.h>
#if defined(CONFIG_ALPHA_EV6) || defined(CONFIG_ALPHA_EV67)
#define STT(reg,val) asm volatile ("ftoit $f"#reg",%0" : "=r"(val));