From: Jean-Christophe PLAGNIOL-VILLARD Date: Wed, 2 Nov 2011 07:02:43 +0000 (+0800) Subject: at91: vmalloc fix missing AT91_VIRT_BASE define X-Git-Tag: v3.2-rc2~12^2~4^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30458edf667b77012573e649fced3cf5c01efe82;p=pandora-kernel.git at91: vmalloc fix missing AT91_VIRT_BASE define VMALLOC_END is defined in terms of AT91_VIRT_BASE but this needs mach/hardware.h for it's definition. In file included from arch/arm/mach-at91/board-usb-a926x.c:26:0: include/linux/mm.h: In function 'is_vmalloc_addr': include/linux/mm.h:305:41: error: 'AT91_VIRT_BASE' undeclared (first use in this function) include/linux/mm.h:305:41: note: each undeclared identifier is reported only once for each function it appears in Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Cc: Nicolas Ferre Signed-off-by: Jamie Iles --- Reading git-diff-tree failed