commit | afd1db1632c3f8f95cbc2786bfa122cead79db58 | [log] [tgz] |
---|---|---|
author | Antonino A. Daplas <adaplas@gmail.com> | Tue Jul 17 04:05:32 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Jul 17 10:23:11 2007 -0700 |
tree | 6708d77c3c790f32bd8d647f878a639d93b58dcc | |
parent | d1baa4ffa677bf6986c460fcfd4cdaf8bfe66f0e [diff] |
fbcon: Revise primary device selection Use set_con2fb_map() to select the primary display driver instead of using unbind_con_driver() and bind_con_driver(). Using the former is much simpler and safer than the current one. 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>