[PATCH] hgafb.c as module (unresolved symbol) 2.4.6+

Krzysztof Rusocki (kszysiu@braxis.co.uk)
Fri, 6 Jul 2001 12:25:20 +0200


--XsQoSWH+UP9D9v3l
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

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

--XsQoSWH+UP9D9v3l
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="hgafb.c.diff"

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

--XsQoSWH+UP9D9v3l--
-
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/