]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
MIPS: Add linux/mm_types.h to pgtable.h
authorCorey Minyard <cminyard@mvista.com>
Mon, 8 Apr 2013 14:06:35 +0000 (16:06 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 8 Apr 2013 14:24:41 +0000 (16:24 +0200)
commit5bbea36ab9b7d08b8219c14acc13efc48404c80e
treed1c8cf78e6763937487ee725a734477af922bb84
parentf4cdb6a00c148e7724ada0998643b293a52b5f62
MIPS: Add linux/mm_types.h to pgtable.h

With the addition of transparent huge pages, pgtable.h uses struct page.
However, it is possible to include pgtable.h without anything defining
struct page.  So add the include to get it.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/pgtable.h