summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle2007-02-18 20:07:31 +0100
committerRalf Baechle2007-02-18 22:31:36 +0100
commit5759906ca9e5201c3fd40d61c861ec1e441d3a24 (patch)
treec2c9a54f68737f5de2502009ed9e44ac67269ff0
parent[MIPS] Add external declaration of pagetable_init() to pgalloc.h (diff)
downloadkernel-qcow2-linux-5759906ca9e5201c3fd40d61c861ec1e441d3a24.tar.gz
kernel-qcow2-linux-5759906ca9e5201c3fd40d61c861ec1e441d3a24.tar.xz
kernel-qcow2-linux-5759906ca9e5201c3fd40d61c861ec1e441d3a24.zip
[MIPS] Include <asm/bugs> to for declaration of check_bugs32.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--arch/mips/kernel/cpu-probe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/cpu-probe.c b/arch/mips/kernel/cpu-probe.c
index f59ef271d247..50ed6d58ae71 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>