diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2024-01-25 15:22:01 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2024-05-03 22:09:30 +0200 |
commit | 6e8d0237857c6d434de9475aed8cee842b204bd7 (patch) | |
tree | 11cc8ce0cc94e9ddcdc4921ce7561c9cccb24550 /arch/alpha/lib/fpreg.c | |
parent | alpha: sys_sio: fix misspelled ifdefs (diff) | |
download | linux-6e8d0237857c6d434de9475aed8cee842b204bd7.tar.xz linux-6e8d0237857c6d434de9475aed8cee842b204bd7.zip |
alpha: missing includes
... and missing externs in proto.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Paul E. McKenney <paulmck@kernel.org>
Acked-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/alpha/lib/fpreg.c')
-rw-r--r-- | arch/alpha/lib/fpreg.c | 1 |
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)); |