summaryrefslogtreecommitdiff
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/alpha/lib/fpreg.c b/arch/alpha/lib/fpreg.c
index 7c08b225261c..eee11fb4c7f1 100644
--- a/arch/alpha/lib/fpreg.c
+++ b/arch/alpha/lib/fpreg.c
@@ -9,6 +9,7 @@
#include <linux/export.h>
#include <linux/preempt.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));