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/kernel/bugs.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/kernel/bugs.c')
-rw-r--r-- | arch/alpha/kernel/bugs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/alpha/kernel/bugs.c b/arch/alpha/kernel/bugs.c index 08cc10d7fa17..e8c51089325f 100644 --- a/arch/alpha/kernel/bugs.c +++ b/arch/alpha/kernel/bugs.c @@ -1,6 +1,7 @@ #include <asm/hwrpb.h> #include <linux/device.h> +#include <linux/cpu.h> #ifdef CONFIG_SYSFS |