diff options
Diffstat (limited to 'common/serial.c')
| -rw-r--r-- | common/serial.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/serial.c b/common/serial.c index 03bbb1975..75cc1bb71 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; |