diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2024-01-25 09:22:01 -0500 |
|---|---|---|
| committer | Arnd Bergmann <arnd@arndb.de> | 2024-05-03 22:09:30 +0200 |
| commit | 6e8d0237857c6d434de9475aed8cee842b204bd7 (patch) | |
| tree | 11cc8ce0cc94e9ddcdc4921ce7561c9cccb24550 /arch/alpha/kernel/console.c | |
| parent | 0ec60e28711fc23afd3a64e9a402d08fb83188c3 (diff) | |
| download | linux-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.c | 1 |
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 |
