commit | 348dd600c3db6ac6fa270e0d0c9f9380dacf8064 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Fri Dec 28 15:01:10 2012 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Fri Dec 28 17:04:04 2012 +0100 |
tree | 946c9e953d5cf6804d50340e683f7f6aac9f00cf | |
parent | 02637b856c2b1ac9a721aeb1575c95068d125c72 [diff] |
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>