浏览代码

MIPS: Remove unnecessary header file inclusion from fault.c.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 15 年之前
父节点
当前提交
ea7a8463be
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      arch/mips/mm/fault.c

+ 0 - 1
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>