aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/tlbex-fault.S
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2012-12-28 15:01:10 +0100
committerRalf Baechle <ralf@linux-mips.org>2012-12-28 17:04:04 +0100
commit348dd600c3db6ac6fa270e0d0c9f9380dacf8064 (patch)
tree946c9e953d5cf6804d50340e683f7f6aac9f00cf /arch/mips/mm/tlbex-fault.S
parentMIPS: Fix comment. (diff)
downloadlinux-dev-348dd600c3db6ac6fa270e0d0c9f9380dacf8064.tar.xz
linux-dev-348dd600c3db6ac6fa270e0d0c9f9380dacf8064.zip
MIPS: Don't include <asm/page.h> unnecessarily.
So far we're jumping through hoops to keep the file usable from assembler source but it's getting just too painful. Turns out that many uses of <asm/page.h> are unnecessary anyway, so just remove those. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mm/tlbex-fault.S')
-rw-r--r--arch/mips/mm/tlbex-fault.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/mm/tlbex-fault.S b/arch/mips/mm/tlbex-fault.S
index e99eaa1fbedc..318855eb5f80 100644
--- a/arch/mips/mm/tlbex-fault.S
+++ b/arch/mips/mm/tlbex-fault.S
@@ -7,7 +7,6 @@
* Copyright (C) 1999 Silicon Graphics, Inc.
*/
#include <asm/mipsregs.h>
-#include <asm/page.h>
#include <asm/regdef.h>
#include <asm/stackframe.h>