console: Drop leftover struct console_driver

Change-Id: I4d529f6393937e5b97d8546f9348b44a448330e8
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/16007
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Kyösti Mälkki 2016-08-01 06:36:56 +03:00
parent b168db78d6
commit 8c8403ff5f
1 changed files with 0 additions and 7 deletions

View File

@ -23,13 +23,6 @@
#include <commonlib/loglevel.h>
#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