diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 13:25:59 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 13:25:59 +0100 |
commit | ea7a8463be6b5dd824bdf42b8f2af1d34f157877 (patch) | |
tree | 33db1a433e4a9a772659f3ced0b3d36f5e3ef3f5 /arch/mips/mm/fault.c | |
parent | 034260d6779087431a8b2f67589c68b919299e5c (diff) | |
download | linux-ea7a8463be6b5dd824bdf42b8f2af1d34f157877.tar.bz2 |
MIPS: Remove unnecessary header file inclusion from fault.c.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mm/fault.c')
-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 @@ #include <linux/mman.h> #include <linux/mm.h> #include <linux/smp.h> -#include <linux/vt_kern.h> /* For unblank_screen() */ #include <linux/module.h> #include <asm/branch.h> |