fbcon: delete unneeded function fbcon_takeover
authorWang YanQing <udknight@gmail.com>
Wed, 8 May 2013 18:13:51 +0000 (02:13 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 May 2013 19:27:58 +0000 (12:27 -0700)
commit7c80591c6032fc92ae16be2d6876a1b1ad20485e
treecb349d78ce12f927447e8c3dcef892f114758bb0
parente57f35d45f37a380ebf4006b560b68f3eb6af3d7
fbcon: delete unneeded function fbcon_takeover

Now there is no place use fbcon_takeover, and
fbcon_takeover has huge duplication code with
do_fbcon_takeover, we can achieve fbcon_takeover's
function with do_fbcon_takeover easily, so we
can just delete it.

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.025224 seconds and 5 git commands to generate.