linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Krzysztof Rusocki <kszysiu@braxis.co.uk>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] hgafb.c as module (unresolved symbol) 2.4.6+
Date: Fri, 6 Jul 2001 12:25:20 +0200	[thread overview]
Message-ID: <20010706122520.A22693@main.braxis.co.uk> (raw)

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

             reply	other threads:[~2001-07-06 10:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-06 10:25 Krzysztof Rusocki [this message]
2001-07-06 10:36 ` [PATCH] hgafb.c as module (unresolved symbol) 2.4.6+ Bakonyi Ferenc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010706122520.A22693@main.braxis.co.uk \
    --to=kszysiu@braxis.co.uk \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).