From: Andrew Morton arch/alpha/kernel/process.c: In function 'common_shutdown_1': arch/alpha/kernel/process.c:135: error: 'MAX_NR_CONSOLES' undeclared (first use in this function) arch/alpha/kernel/process.c:135: error: (Each undeclared identifier is reported only once Signed-off-by: Jon Smirl Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton --- arch/alpha/kernel/process.c | 1 + 1 file changed, 1 insertion(+) diff -puN arch/alpha/kernel/process.c~vt-remove-vt-specific-declarations-and-definitions-from-fix arch/alpha/kernel/process.c --- a/arch/alpha/kernel/process.c~vt-remove-vt-specific-declarations-and-definitions-from-fix +++ a/arch/alpha/kernel/process.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #include _