提交 5bbea36a 编写于 作者: C Corey Minyard 提交者: Ralf Baechle

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: NCorey Minyard <cminyard@mvista.com>
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 f4cdb6a0
......@@ -8,6 +8,7 @@
#ifndef _ASM_PGTABLE_H
#define _ASM_PGTABLE_H
#include <linux/mm_types.h>
#include <linux/mmzone.h>
#ifdef CONFIG_32BIT
#include <asm/pgtable-32.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册