From 32540462c8e17298932ae7534f23ceca5ab7ac59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Mon, 1 Aug 2016 06:36:56 +0300 Subject: [PATCH] UPSTREAM: console: Drop leftover struct console_driver BUG=None BRANCH=None TEST=None Change-Id: Iffef51354d09c4a399661be27179c88e054d086a Signed-off-by: Kysti Mlkki Reviewed-on: https://review.coreboot.org/16007 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Patrick Georgi Reviewed-on: https://chromium-review.googlesource.com/366306 Commit-Ready: Furquan Shaikh Tested-by: Furquan Shaikh Reviewed-by: Furquan Shaikh --- src/include/console/console.h | 7 ------- 1 file changed, 7 deletions(-) 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