From: Robert Schiele <rschiele@uni-mannheim.de>
To: linux-fbdev-devel <linux-fbdev-devel@lists.sourceforge.net>
Subject: [PATCH] export fb_blank in fbmem.c
Date: Tue, 31 Dec 2002 10:16:32 +0100 [thread overview]
Message-ID: <20021231091632.GA20498@schiele.local> (raw)
[-- Attachment #1: Type: text/plain, Size: 597 bytes --]
Hello.
fb_blank() from fbmem.c is used in fbcon.ko, so this function should
be exported.
This is done by the following trivial fix.
Robert
--- linux-2.5.53/drivers/video/fbmem.c~ 2002-12-31 09:28:23.000000000 +0100
+++ linux-2.5.53/drivers/video/fbmem.c 2002-12-31 09:28:45.000000000 +0100
@@ -930,5 +930,6 @@
EXPORT_SYMBOL(unregister_framebuffer);
EXPORT_SYMBOL(registered_fb);
EXPORT_SYMBOL(num_registered_fb);
+EXPORT_SYMBOL(fb_blank)
MODULE_LICENSE("GPL");
--
Robert Schiele Tel.: +49-621-181-2517
Dipl.-Wirtsch.informatiker mailto:rschiele@uni-mannheim.de
[-- Attachment #2: Type: application/pgp-signature, Size: 481 bytes --]
next reply other threads:[~2002-12-31 9:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-31 9:16 Robert Schiele [this message]
2002-12-31 20:25 ` [PATCH] export fb_blank in fbmem.c James Simmons
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=20021231091632.GA20498@schiele.local \
--to=rschiele@uni-mannheim.de \
--cc=linux-fbdev-devel@lists.sourceforge.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.