Another CONSTification...
(trivial) Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2895 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
50542a884b
commit
bf873e4ae3
5 changed files with 5 additions and 5 deletions
|
|
@ -49,7 +49,7 @@ static int dbgp_tst_byte(void)
|
|||
return dbg_info.ehci_debug;
|
||||
}
|
||||
|
||||
static struct console_driver usbdebug_direct_console __console = {
|
||||
static const struct console_driver usbdebug_direct_console __console = {
|
||||
.init = dbgp_init,
|
||||
.tx_byte = dbgp_tx_byte,
|
||||
.rx_byte = dbgp_rx_byte,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue