[PATCH] hga depmod fix

From: Juan Quintela (quintela@mandrakesoft.com)
Date: Wed May 23 2001 - 15:44:38 EST


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
-
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/



This archive was generated by hypermail 2b29 : Wed May 23 2001 - 21:00:53 EST