All of lore.kernel.org
 help / color / mirror / Atom feed
* Re:[PATCH] hga depmod fix
       [not found] <Pine.LNX.4.10.10105231350150.2720-100000@www.transvirtual.com>
@ 2001-05-24  9:51 ` Bakonyi Ferenc
  0 siblings, 0 replies; only message in thread
From: Bakonyi Ferenc @ 2001-05-24  9:51 UTC (permalink / raw)
  To: Juan Quintela; +Cc: alan, linux-fbdev-devel, linux-kernel



> Date: 23 May 2001 22:44:38 +0200
> From: Juan Quintela <quintela@mandrakesoft.com>
> To: alan@redhat.com, linux-kernel@vger.kernel.org
> 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.

The patch seems to be trivial but it isn't. This patch breaks the 
normal behavior of hgafb. I'll investigate this issue further.

Regards:
	Ferenc Bakonyi


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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-05-24  9:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <Pine.LNX.4.10.10105231350150.2720-100000@www.transvirtual.com>
2001-05-24  9:51 ` Re:[PATCH] hga depmod fix Bakonyi Ferenc

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.