vgacon: drop unused vga_init_done
authorStephen Kitt <steve@sk2.org>
Mon, 15 Feb 2021 17:08:37 +0000 (18:08 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Mar 2021 09:26:04 +0000 (10:26 +0100)
commit0ae798fd96f8c28850e09d22d3f0d455071ed8eb
treeb6e83663c5eeec5cb39b0c2517dc517b5eac5987
parent77124a427749fc0ed63c818d02f18dbf3a9fcd11
vgacon: drop unused vga_init_done

Commit 973c096f6a85 ("vgacon: remove software scrollback support")
removed all uses of vga_init_done, so let's get rid of it entirely.

Signed-off-by: Stephen Kitt <steve@sk2.org>
Link: https://lore.kernel.org/r/20210215170837.1599706-1-steve@sk2.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/video/console/vgacon.c