From: Hans-Christian Egtvedt Date: Mon, 24 Jan 2011 12:51:58 +0000 (+0100) Subject: avr32: add missing include causing undefined pgtable_page_* references X-Git-Tag: v3.0~1948^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6cb8e872c800be55496a56d1e1a6aafba8fa936d;p=platform%2Fkernel%2Flinux-amlogic.git avr32: add missing include causing undefined pgtable_page_* references This patch adds the linux/mm.h header file to the AVR32 arch pgalloc.c implementation to fix the undefined reference to pgtable_page_ctor() and pgtable_page_dtor(). Signed-off-by: Hans-Christian Egtvedt --- diff --git a/arch/avr32/include/asm/pgalloc.h b/arch/avr32/include/asm/pgalloc.h index 92ecd844..bc7e8ae 100644 --- a/arch/avr32/include/asm/pgalloc.h +++ b/arch/avr32/include/asm/pgalloc.h @@ -8,6 +8,7 @@ #ifndef __ASM_AVR32_PGALLOC_H #define __ASM_AVR32_PGALLOC_H +#include #include #include #include