From: Juan Quintela <quintela@mandrakesoft.com>
To: alan@redhat.com, linux-kernel@vger.kernel.org
Subject: [PATCH] hga depmod fix
Date: 23 May 2001 22:44:38 +0200 [thread overview]
Message-ID: <m2ofsju761.fsf@trasno.mitica> (raw)
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.
--- 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 */
--
In theory, practice and theory are the same, but in practice they
are different -- Larry McVoy
reply other threads:[~2001-05-23 20:46 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=m2ofsju761.fsf@trasno.mitica \
--to=quintela@mandrakesoft.com \
--cc=alan@redhat.com \
--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