mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 05:32:00 +00:00
fbdev: export fb_destroy_modelist
Make fb_destroy_modelist an exported symbol for use in the uvesafb driver. Signed-off-by: Michal Januszewski <spock@gentoo.org> Signed-off-by: Antonino Daplas <adaplas@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
9d013d3b14
commit
9953d236e9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user