Commit 9953d236 authored by Michal Januszewski's avatar Michal Januszewski Committed by Linus Torvalds

fbdev: export fb_destroy_modelist

Make fb_destroy_modelist an exported symbol for use in the uvesafb driver.
Signed-off-by: default avatarMichal Januszewski <spock@gentoo.org>
Signed-off-by: default avatarAntonino Daplas <adaplas@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 9d013d3b
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment