Skip to content

Commit

Permalink
fbdev: export fb_destroy_modelist
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michal Januszewski authored and Linus Torvalds committed Oct 16, 2007
1 parent 9d013d3 commit 9953d23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/video/modedb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9953d23

Please sign in to comment.