fbcon: convert last fbcon_takeover call to do_fbcon_takeover
authorWang YanQing <udknight@gmail.com>
Wed, 8 May 2013 18:13:30 +0000 (02:13 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 May 2013 19:27:58 +0000 (12:27 -0700)
commite57f35d45f37a380ebf4006b560b68f3eb6af3d7
treed30ab5937976548421fa00d4a03f3b77895f6cd2
parent582f55907d3f6cb762af20b56478bf25ef96430e
fbcon: convert last fbcon_takeover call to do_fbcon_takeover

After commit 054430e773c9a1e26f38e30156eff02dedfffc17 (fbcon: fix locking harder),
there is only one place use do_fbcon_takeover now, this patch
convert it to do_fbcon_takeover too, then we can delete
fbcon_takeover whos function can be achieved with do_fbcon_takeover
easily to reduce code size and duplication.

Signed-off-by: Wang YanQing <udknight@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/video/console/fbcon.c
This page took 0.026914 seconds and 5 git commands to generate.