* [PATCH] hga depmod fix
@ 2001-05-23 20:44 Juan Quintela
0 siblings, 0 replies; only message in thread
From: Juan Quintela @ 2001-05-23 20:44 UTC (permalink / raw)
To: alan, linux-kernel
Hi
if you compile hga as a module, you get unresolved symbols,
you need the following patch for it.
The patch is trivial. Apply, please.
Later, Juan.
--- linux/drivers/video/hgafb.c.~1~ Mon May 21 08:56:08 2001
+++ linux/drivers/video/hgafb.c Mon May 21 09:04:00 2001
@@ -712,7 +712,7 @@
hga_gfx_mode();
hga_clear_screen();
-#ifdef MODULE
+#ifndef MODULE
if (!nologo) hga_show_logo();
#endif /* MODULE */
--
In theory, practice and theory are the same, but in practice they
are different -- Larry McVoy
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-05-23 20:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-23 20:44 [PATCH] hga depmod fix Juan Quintela
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox