lkml.org 
[lkml]   [2004]   [Nov]   [27]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateSat, 27 Nov 2004 03:13:46 -0800
Subject[PATCH 2.6.9] Fix drivers/video/bw2.c compilation
FromJoshua Kwan <>
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
--- 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;[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2005-03-22 14:08    [from the cache]
©2003-2008