diff options
Diffstat (limited to 'arch/mips/kernel/unaligned.c')
-rw-r--r-- | arch/mips/kernel/unaligned.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/unaligned.c b/arch/mips/kernel/unaligned.c index 990354dd6bde..490cea569d57 100644 --- a/arch/mips/kernel/unaligned.c +++ b/arch/mips/kernel/unaligned.c | |||
@@ -85,6 +85,7 @@ | |||
85 | #include <asm/branch.h> | 85 | #include <asm/branch.h> |
86 | #include <asm/byteorder.h> | 86 | #include <asm/byteorder.h> |
87 | #include <asm/cop2.h> | 87 | #include <asm/cop2.h> |
88 | #include <asm/debug.h> | ||
88 | #include <asm/fpu.h> | 89 | #include <asm/fpu.h> |
89 | #include <asm/fpu_emulator.h> | 90 | #include <asm/fpu_emulator.h> |
90 | #include <asm/inst.h> | 91 | #include <asm/inst.h> |
@@ -2295,7 +2296,6 @@ sigbus: | |||
2295 | } | 2296 | } |
2296 | 2297 | ||
2297 | #ifdef CONFIG_DEBUG_FS | 2298 | #ifdef CONFIG_DEBUG_FS |
2298 | extern struct dentry *mips_debugfs_dir; | ||
2299 | static int __init debugfs_unaligned(void) | 2299 | static int __init debugfs_unaligned(void) |
2300 | { | 2300 | { |
2301 | struct dentry *d; | 2301 | struct dentry *d; |