From: James S. <jsi...@tr...> - 2001-05-23 20:50:29
|
---------- Forwarded message ---------- Date: 23 May 2001 22:44:38 +0200 From: Juan Quintela <qui...@ma...> To: al...@re..., lin...@vg... Subject: [PATCH] hga depmod fix 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 maj...@vg... More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |