From: Mathieu Desnoyers Date: Thu, 8 Feb 2007 00:04:44 +0000 (-0500) Subject: [POWERPC] Add export of vgacon_remap_base X-Git-Tag: v2.6.21-rc2~42^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d003e7a1a569501cbe9a5ca14748177498c4893a;p=pandora-kernel.git [POWERPC] Add export of vgacon_remap_base The following macro : include/asm-powerpc/vga.h:#define VGA_MAP_MEM(x,s) (x + vgacon_remap_base) is used by drivers/video/console/vgacon.c which can be compiled as a module (drivers/video/vga16fb.ko). Therefore, vgacon_remap_base should be exported. Signed-off-by: Mathieu Desnoyers Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed