Messages in this thread Patch in this message |  | | | Date | Sat, 27 Nov 2004 03:13:46 -0800 | | Subject | [PATCH 2.6.9] Fix drivers/video/bw2.c compilation | | From | Joshua 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] |  |