summaryrefslogtreecommitdiff
path: root/src/console/uart8250_console.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2007-10-24 14:42:12 +0000
committerStefan Reinauer <stepan@openbios.org>2007-10-24 14:42:12 +0000
commitbf873e4ae3e95e92c829cfec1d1efacbd25ba7ea (patch)
tree52ff4ec15a4715ec4d8dd7810beb595192c0fc55 /src/console/uart8250_console.c
parent50542a884b13e47b28b97147def60617267ff8ff (diff)
downloadcoreboot-bf873e4ae3e95e92c829cfec1d1efacbd25ba7ea.tar.xz
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
Diffstat (limited to 'src/console/uart8250_console.c')
-rw-r--r--src/console/uart8250_console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/uart8250_console.c b/src/console/uart8250_console.c
index e6642350d7..37364e710d 100644
--- a/src/console/uart8250_console.c
+++ b/src/console/uart8250_console.c
@@ -53,7 +53,7 @@ static int ttyS0_tst_byte(void)
return uart8250_can_rx_byte(TTYS0_BASE);
}
-static struct console_driver uart8250_console __console = {
+static const struct console_driver uart8250_console __console = {
.init = ttyS0_init,
.tx_byte = ttyS0_tx_byte,
.rx_byte = ttyS0_rx_byte,