commit | 7c80591c6032fc92ae16be2d6876a1b1ad20485e | [log] [tgz] |
---|---|---|
author | Wang YanQing <udknight@gmail.com> | Thu May 09 02:13:51 2013 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon May 20 12:27:58 2013 -0700 |
tree | cb349d78ce12f927447e8c3dcef892f114758bb0 | |
parent | e57f35d45f37a380ebf4006b560b68f3eb6af3d7 [diff] |
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>