summaryrefslogtreecommitdiff
path: root/arch/alpha/kernel/console.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2024-01-25 09:22:01 -0500
committerArnd Bergmann <arnd@arndb.de>2024-05-03 22:09:30 +0200
commit6e8d0237857c6d434de9475aed8cee842b204bd7 (patch)
tree11cc8ce0cc94e9ddcdc4921ce7561c9cccb24550 /arch/alpha/kernel/console.c
parent0ec60e28711fc23afd3a64e9a402d08fb83188c3 (diff)
downloadlinux-6e8d0237857c6d434de9475aed8cee842b204bd7.tar.gz
linux-6e8d0237857c6d434de9475aed8cee842b204bd7.tar.bz2
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/console.c')
-rw-r--r--arch/alpha/kernel/console.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/alpha/kernel/console.c b/arch/alpha/kernel/console.c
index 5476279329a6..4193f76e9633 100644
--- a/arch/alpha/kernel/console.c
+++ b/arch/alpha/kernel/console.c
@@ -15,6 +15,7 @@
#include <asm/machvec.h>
#include "pci_impl.h"
+#include "proto.h"
#ifdef CONFIG_VGA_HOSE