[PATCH] export fb_find_mode

From: Trond Myklebust
Date: Sun Mar 14 2004 - 18:04:17 EST


The latest BK tree is missing an export in order to satisfy radeonfb
etc. module dependencies.

Cheers,
Trond

--- linux-2.6.4/drivers/video/modedb.c.orig 2004-03-14 17:21:03.000000000 -0500
+++ linux-2.6.4/drivers/video/modedb.c 2004-03-14 17:59:33.000000000 -0500
@@ -554,5 +554,6 @@
return 0;
}

+EXPORT_SYMBOL(fb_find_mode);
EXPORT_SYMBOL(__fb_try_mode);
EXPORT_SYMBOL(vesa_modes);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/