The patch titled fbdev: export fb_destroy_modelist has been added to the -mm tree. Its filename is fbdev-export-fb_destroy_modelist.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: fbdev: export fb_destroy_modelist From: Michal Januszewski <spock@xxxxxxxxxx> Make fb_destroy_modelist an exported symbol for use in the uvesafb driver. Signed-off-by: Michal Januszewski <spock@xxxxxxxxxx> Signed-off-by: Antonino Daplas <adaplas@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/modedb.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/video/modedb.c~fbdev-export-fb_destroy_modelist drivers/video/modedb.c --- a/drivers/video/modedb.c~fbdev-export-fb_destroy_modelist +++ a/drivers/video/modedb.c @@ -938,6 +938,7 @@ void fb_destroy_modelist(struct list_hea kfree(pos); } } +EXPORT_SYMBOL_GPL(fb_destroy_modelist); /** * fb_videomode_to_modelist: convert mode array to mode list _ Patches currently in -mm which might be from spock@xxxxxxxxxx are fbdev-export-fb_destroy_modelist.patch connector-change-connectors-max-message-size.patch uvesafb-add-connector-entries.patch uvesafb-the-driver-core.patch uvesafb-documentation.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html