From: Wang YanQing Date: Wed, 8 May 2013 18:13:30 +0000 (+0800) Subject: fbcon: convert last fbcon_takeover call to do_fbcon_takeover X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~77^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e57f35d45f37a380ebf4006b560b68f3eb6af3d7;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed