The patch titled fbdev: export fb_destroy_modelist has been removed from the -mm tree. Its filename was fbdev-export-fb_destroy_modelist.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 origin.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