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