PPC : vgacon_remap_base should be exported for modules (vga16fb needs this).
Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> --- a/arch/ppc/kernel/setup.c +++ b/arch/ppc/kernel/setup.c @@ -87,6 +87,7 @@ EXPORT_SYMBOL(ppc_do_canonicalize_irqs); #ifdef CONFIG_VGA_CONSOLE unsigned long vgacon_remap_base; +EXPORT_SYMBOL(vgacon_remap_base); #endif struct machdep_calls ppc_md; -- Mathieu Desnoyers Computer Engineering Graduate Student, École Polytechnique de Montréal OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F BA06 3F25 A8FE 3BAE 9A68 _______________________________________________ Linuxppc-embedded mailing list [email protected] https://ozlabs.org/mailman/listinfo/linuxppc-embedded
