linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] hgafb.c as module (unresolved symbol) 2.4.6+
@ 2001-07-06 10:25 Krzysztof Rusocki
  2001-07-06 10:36 ` Bakonyi Ferenc
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Rusocki @ 2001-07-06 10:25 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 336 bytes --]


Hi,

As far as i noticed - since 2.4.6
there should be defined

#define INCLUDE_LINUX_LOGO_DATA

instead of

#define INCLUDE_LINUX_LOGOBW

otherwise linux logos do not get included and unresolved symbol occures

patch against 2.4.7-pre{1,2,3} attached, which afaik also applies for 2.4.6


PS.
in any case - please CC - not subscribed

[-- Attachment #2: hgafb.c.diff --]
[-- Type: text/plain, Size: 273 bytes --]

--- linux/drivers/video/hgafb.c.orig	Thu Feb 22 22:09:04 2001
+++ linux/drivers/video/hgafb.c	Fri Jul  6 12:08:54 2001
@@ -49,7 +49,7 @@
 
 #ifdef MODULE
 
-#define INCLUDE_LINUX_LOGOBW
+#define INCLUDE_LINUX_LOGO_DATA
 #include <linux/linux_logo.h>
 
 #endif /* MODULE */

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] hgafb.c as module (unresolved symbol) 2.4.6+
  2001-07-06 10:25 [PATCH] hgafb.c as module (unresolved symbol) 2.4.6+ Krzysztof Rusocki
@ 2001-07-06 10:36 ` Bakonyi Ferenc
  0 siblings, 0 replies; 2+ messages in thread
From: Bakonyi Ferenc @ 2001-07-06 10:36 UTC (permalink / raw)
  To: Krzysztof Rusocki; +Cc: linux-kernel



Krzysztof Rusocki <kszysiu@braxis.co.uk> wrote:

> As far as i noticed - since 2.4.6
> there should be defined
> 
> #define INCLUDE_LINUX_LOGO_DATA
> 
> instead of
> 
> #define INCLUDE_LINUX_LOGOBW
> 
> otherwise linux logos do not get included and unresolved symbol occures
> patch against 2.4.7-pre{1,2,3} attached, which afaik also applies for 2.4.6

Your patch is right, it is already included in the ac-tree.

Best regards:
	Ferenc Bakonyi


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-07-06 10:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-06 10:25 [PATCH] hgafb.c as module (unresolved symbol) 2.4.6+ Krzysztof Rusocki
2001-07-06 10:36 ` Bakonyi Ferenc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).