[2.6 patch] unexport fb_prepare_logo

From: Adrian Bunk
Date: Sun Jul 29 2007 - 11:12:44 EST


The logo code is not and should not be used by modules.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

---
--- linux-2.6.23-rc1-mm1/drivers/video/fbmem.c.old 2007-07-28 07:48:45.000000000 +0200
+++ linux-2.6.23-rc1-mm1/drivers/video/fbmem.c 2007-07-28 07:49:09.000000000 +0200
@@ -1653,7 +1653,6 @@ EXPORT_SYMBOL(register_framebuffer);
EXPORT_SYMBOL(unregister_framebuffer);
EXPORT_SYMBOL(num_registered_fb);
EXPORT_SYMBOL(registered_fb);
-EXPORT_SYMBOL(fb_prepare_logo);
EXPORT_SYMBOL(fb_show_logo);
EXPORT_SYMBOL(fb_set_var);
EXPORT_SYMBOL(fb_blank);

-
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/