lkml.org 
[lkml]   [2004]   [Apr]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: modular vga16fb on PPC32
> > *** 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@linux.ee)



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

\
 
 \ /
  Last update: 2005-03-22 14:02    [W:0.063 / U:0.044 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site