diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:59 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:59 -0400 |
commit | ea7a8463be6b5dd824bdf42b8f2af1d34f157877 (patch) | |
tree | 33db1a433e4a9a772659f3ced0b3d36f5e3ef3f5 /arch/mips | |
parent | 034260d6779087431a8b2f67589c68b919299e5c (diff) |
MIPS: Remove unnecessary header file inclusion from fault.c.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/mm/fault.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/mm/fault.c b/arch/mips/mm/fault.c index b78f7d913ca4..b4aac424b2e9 100644 --- a/arch/mips/mm/fault.c +++ b/arch/mips/mm/fault.c | |||
@@ -16,7 +16,6 @@ | |||
16 | #include <linux/mman.h> | 16 | #include <linux/mman.h> |
17 | #include <linux/mm.h> | 17 | #include <linux/mm.h> |
18 | #include <linux/smp.h> | 18 | #include <linux/smp.h> |
19 | #include <linux/vt_kern.h> /* For unblank_screen() */ | ||
20 | #include <linux/module.h> | 19 | #include <linux/module.h> |
21 | 20 | ||
22 | #include <asm/branch.h> | 21 | #include <asm/branch.h> |