Another CONSTification...
[coreboot.git] / src / console / btext_console.c
index ae8dc8ca10ba6d12fe5da288ec9dbac8fd92ee26..bf2c555881f4286669566efc1778941820b41e26 100644 (file)
@@ -445,7 +445,7 @@ void btext_tx_byte(unsigned char data)
         btext_drawchar(data);
 }
 
-static struct console_driver btext_console __console = {
+static const struct console_driver btext_console __console = {
         .init    = btext_init,
         .tx_byte = btext_tx_byte,
         .rx_byte = 0,