summaryrefslogtreecommitdiff
path: root/common/serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/serial.c')
-rw-r--r--common/serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/serial.c b/common/serial.c
index 03bbb19754..75cc1bb71c 100644
--- a/common/serial.c
+++ b/common/serial.c
@@ -149,7 +149,7 @@ void serial_stdio_init(void)
}
}
-int serial_assign(char *name)
+int serial_assign(const char *name)
{
struct serial_device *s;