From 8c8403ff5f7bab0f6e5c4ccc20e5be0afbca569b Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Mon, 1 Aug 2016 06:36:56 +0300 Subject: console: Drop leftover struct console_driver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4d529f6393937e5b97d8546f9348b44a448330e8 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/16007 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Patrick Georgi --- src/include/console/console.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src') diff --git a/src/include/console/console.h b/src/include/console/console.h index dcd5fe9cc2..f0ab031582 100644 --- a/src/include/console/console.h +++ b/src/include/console/console.h @@ -23,13 +23,6 @@ #include #ifndef __ROMCC__ -struct console_driver { - void (*init)(int); - void (*tx_byte)(int, unsigned char byte); - void (*tx_flush)(int); - unsigned char (*rx_byte)(int); - int (*tst_byte)(void); -}; void post_code(u8 value); #if CONFIG_CMOS_POST_EXTRA -- cgit v1.2.3