diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2008-07-23 03:58:13 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-23 05:21:45 -0400 |
commit | 36bd53d07243ae83c1b73bae549086cea2252854 (patch) | |
tree | 1b353aeff670ae9c9933007150fb6ab90ede3354 /arch | |
parent | 8df185a95c9b84fc0c3c02224e64fdc5b83bae34 (diff) |
arch/mips/kernel/stacktrace.c: Heiko can't type
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/kernel/stacktrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/stacktrace.c b/arch/mips/kernel/stacktrace.c index 702e2e92a1ca..0632e2a849c0 100644 --- a/arch/mips/kernel/stacktrace.c +++ b/arch/mips/kernel/stacktrace.c | |||
@@ -7,7 +7,7 @@ | |||
7 | */ | 7 | */ |
8 | #include <linux/sched.h> | 8 | #include <linux/sched.h> |
9 | #include <linux/stacktrace.h> | 9 | #include <linux/stacktrace.h> |
10 | #include <linux/module.h | 10 | #include <linux/module.h> |
11 | #include <asm/stacktrace.h> | 11 | #include <asm/stacktrace.h> |
12 | 12 | ||
13 | /* | 13 | /* |