Re: modular vga16fb on PPC32

From: Meelis Roos
Date: Wed Apr 28 2004 - 06:39:06 EST


> > *** Warning: "vgacon_remap_base" [drivers/video/vga16fb.ko] undefined!
> >
> > Do we need to export vgacon_remap_base?
>
> Yes. It's been a while ago I tried, but vga16fb used to work on the S3 in my
> LongTrail after I initialized that card using the video BIOS emulator.

This patch makes it not complain. Can't test because current 2.6 does
not boot on my PReP Powerstack.

===== arch/ppc/kernel/setup.c 1.53 vs edited =====
--- 1.53/arch/ppc/kernel/setup.c Thu Feb 19 05:42:24 2004
+++ edited/arch/ppc/kernel/setup.c Wed Apr 28 14:27:12 2004
@@ -83,6 +83,7 @@

#ifdef CONFIG_VGA_CONSOLE
unsigned long vgacon_remap_base;
+EXPORT_SYMBOL(vgacon_remap_base);
#endif

struct machdep_calls ppc_md;

--
Meelis Roos (mroos@xxxxxxxx)



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/