commit | 5759906ca9e5201c3fd40d61c861ec1e441d3a24 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Sun Feb 18 19:07:31 2007 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sun Feb 18 21:31:36 2007 +0000 |
tree | c2c9a54f68737f5de2502009ed9e44ac67269ff0 | |
parent | 6a1e552947b0d73310e534bf4eb09e14db1e5056 [diff] |
[MIPS] Include <asm/bugs> to for declaration of check_bugs32. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/kernel/cpu-probe.c b/arch/mips/kernel/cpu-probe.c index f59ef27..50ed6d5 100644 --- a/arch/mips/kernel/cpu-probe.c +++ b/arch/mips/kernel/cpu-probe.c
@@ -16,6 +16,7 @@ #include <linux/ptrace.h> #include <linux/stddef.h> +#include <asm/bugs.h> #include <asm/cpu.h> #include <asm/fpu.h> #include <asm/mipsregs.h>