Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-5
-1
arch/mips/kernel/head.S
··· 21 21 #include <asm/asmmacro.h> 22 22 #include <asm/irqflags.h> 23 23 #include <asm/regdef.h> 24 - #include <asm/page.h> 25 24 #include <asm/pgtable-bits.h> 26 25 #include <asm/mipsregs.h> 27 26 #include <asm/stackframe.h>
-1
arch/mips/kernel/octeon_switch.S
··· 15 15 #include <asm/fpregdef.h> 16 16 #include <asm/mipsregs.h> 17 17 #include <asm/asm-offsets.h> 18 - #include <asm/page.h> 19 18 #include <asm/pgtable-bits.h> 20 19 #include <asm/regdef.h> 21 20 #include <asm/stackframe.h>
-1
arch/mips/kernel/r2300_switch.S
··· 15 15 #include <asm/fpregdef.h> 16 16 #include <asm/mipsregs.h> 17 17 #include <asm/asm-offsets.h> 18 - #include <asm/page.h> 19 18 #include <asm/regdef.h> 20 19 #include <asm/stackframe.h> 21 20 #include <asm/thread_info.h>
-1
arch/mips/kernel/r4k_switch.S
··· 15 15 #include <asm/fpregdef.h> 16 16 #include <asm/mipsregs.h> 17 17 #include <asm/asm-offsets.h> 18 - #include <asm/page.h> 19 18 #include <asm/pgtable-bits.h> 20 19 #include <asm/regdef.h> 21 20 #include <asm/stackframe.h>
-1
arch/mips/mm/tlbex-fault.S
··· 7 7 * Copyright (C) 1999 Silicon Graphics, Inc. 8 8 */ 9 9 #include <asm/mipsregs.h> 10 - #include <asm/page.h> 11 10 #include <asm/regdef.h> 12 11 #include <asm/stackframe.h> 13 12