From: Arnd Bergmann <arnd@arndb.de>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org,
James Simmons <jsimmons@infradead.org>,
Kronos <kronos@kronoz.cjb.net>
Subject: [TRIVIAL] fix modular fb drivers
Date: Fri, 12 Mar 2004 20:48:41 +0100 [thread overview]
Message-ID: <200403122048.41373.arnd@arndb.de> (raw)
The recent "fbdev: monitor detection fixes" patch broke modular
frame buffer drivers, so this patch is now needed for 2.6.4-bk.
===== drivers/video/modedb.c 1.11 vs edited =====
--- 1.11/drivers/video/modedb.c Fri Mar 12 10:33:04 2004
+++ edited/drivers/video/modedb.c Fri Mar 12 20:44:19 2004
@@ -554,5 +554,5 @@
return 0;
}
-EXPORT_SYMBOL(__fb_try_mode);
EXPORT_SYMBOL(vesa_modes);
+EXPORT_SYMBOL(fb_find_mode);
reply other threads:[~2004-03-12 20:15 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=200403122048.41373.arnd@arndb.de \
--to=arnd@arndb.de \
--cc=akpm@osdl.org \
--cc=jsimmons@infradead.org \
--cc=kronos@kronoz.cjb.net \
--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