[PATCH] tty: serial: make sport_uart_ops static and const

2017-09-13 Thread Bhumika Goyal
Make this const as it is only stored in the const field 'ops' of an uart_port structure. It is not referenced in any other file and therefore make it static too. Done using Coccinelle. Signed-off-by: Bhumika Goyal --- Compile-tested for blackfin.

[PATCH] tty: serial: make sport_uart_ops static and const

2017-09-13 Thread Bhumika Goyal
Make this const as it is only stored in the const field 'ops' of an uart_port structure. It is not referenced in any other file and therefore make it static too. Done using Coccinelle. Signed-off-by: Bhumika Goyal --- Compile-tested for blackfin. drivers/tty/serial/bfin_sport_uart.c | 2 +- 1