* [PATCH 2.6.9] Fix drivers/video/bw2.c compilation
@ 2004-11-27 11:13 Joshua Kwan
2004-11-27 23:12 ` David S. Miller
0 siblings, 1 reply; 2+ messages in thread
From: Joshua Kwan @ 2004-11-27 11:13 UTC (permalink / raw)
To: davem, linux-kernel mailing list; +Cc: sparclinux
[-- Attachment #1.1: Type: text/plain, Size: 205 bytes --]
Dave,
Here's a patch that allows bw2.c to compile on 2.6.9, just redeclares a
char* that suddenly went missing. Please apply.
Signed-off-by: Joshua Kwan <joshk@triplehelix.org>
--
Joshua Kwan
[-- Attachment #1.2: bw2.diff --]
[-- Type: text/plain, Size: 328 bytes --]
--- kernel-source-2.6.9/drivers/video/bw2.c~ 2004-11-26 20:01:21.167388608 -0500
+++ kernel-source-2.6.9/drivers/video/bw2.c 2004-11-26 20:03:25.636466432 -0500
@@ -385,6 +385,7 @@
{
struct sbus_bus *sbus;
struct sbus_dev *sdev;
+ char *option = NULL;
if (fb_get_options("bw2fb", &option))
return -ENODEV;
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 881 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 2.6.9] Fix drivers/video/bw2.c compilation
2004-11-27 11:13 [PATCH 2.6.9] Fix drivers/video/bw2.c compilation Joshua Kwan
@ 2004-11-27 23:12 ` David S. Miller
0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2004-11-27 23:12 UTC (permalink / raw)
To: Joshua Kwan; +Cc: davem, linux-kernel, sparclinux
On Sat, 27 Nov 2004 03:13:46 -0800
Joshua Kwan <joshk@triplehelix.org> wrote:
> Here's a patch that allows bw2.c to compile on 2.6.9, just redeclares a
> char* that suddenly went missing. Please apply.
>
> Signed-off-by: Joshua Kwan <joshk@triplehelix.org>
Fixed already in the current 2.6.10 sources, but thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-11-27 23:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-27 11:13 [PATCH 2.6.9] Fix drivers/video/bw2.c compilation Joshua Kwan
2004-11-27 23:12 ` David S. Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®