From: Michal Januszewski Date: Tue, 16 Oct 2007 08:28:23 +0000 (-0700) Subject: fbdev: export fb_destroy_modelist X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=9953d236e94ce26639b0e05d2631d076889d08df;p=deliverable%2Flinux.git fbdev: export fb_destroy_modelist Make fb_destroy_modelist an exported symbol for use in the uvesafb driver. Signed-off-by: Michal Januszewski Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/video/modedb.c b/drivers/video/modedb.c index 3741ad729401..d351eed795b4 100644 --- a/drivers/video/modedb.c +++ b/drivers/video/modedb.c @@ -938,6 +938,7 @@ void fb_destroy_modelist(struct list_head *head) kfree(pos); } } +EXPORT_SYMBOL_GPL(fb_destroy_modelist); /** * fb_videomode_to_modelist: convert mode array to mode list