MIPS: Don't include <asm/page.h> unnecessarily.
authorRalf Baechle <ralf@linux-mips.org>
Fri, 28 Dec 2012 14:01:10 +0000 (15:01 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 28 Dec 2012 16:04:04 +0000 (17:04 +0100)
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>

No differences found