From: Wang YanQing Date: Wed, 8 May 2013 18:14:39 +0000 (+0800) Subject: fbcon: convert last two unregister_con_driver call to do_unregister_con_driver X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~77^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70125e76b0a7aec5035ca45076b96e5f9e230ef7;p=pandora-kernel.git fbcon: convert last two unregister_con_driver call to do_unregister_con_driver There are only two place use unregister_con_driver now, this patch convert them to do_unregister_con_driver too, then we can delete unregister_con_driver whos function can be achieved with do_unregister_con_driver easily to reduce code size and duplication. Signed-off-by: Wang YanQing Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed