On 11/04/13 08:34, John Crispin wrote:
diff --git a/arch/mips/kernel/proc.c b/arch/mips/kernel/proc.c index 7a54f74..fcdedfb 100644 --- a/arch/mips/kernel/proc.c +++ b/arch/mips/kernel/proc.c @@ -12,6 +12,7 @@ #include<asm/cpu-features.h> #include<asm/mipsregs.h> #include<asm/processor.h> +#include<asm/prom.h> #include<asm/mips_machine.h>
we should really remove <asm/mips_machine.h> ... John