提交 9953d236 编写于 作者: M Michal Januszewski 提交者: Linus Torvalds

fbdev: export fb_destroy_modelist

Make fb_destroy_modelist an exported symbol for use in the uvesafb driver.
Signed-off-by: NMichal Januszewski <spock@gentoo.org>
Signed-off-by: NAntonino Daplas <adaplas@gmail.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册