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-Url: http://drtracing.org/?a=commitdiff_plain;h=6cb8e872c800be55496a56d1e1a6aafba8fa936d;p=deliverable%2Flinux.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 92ecd8446ef8..bc7e8ae479ee 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