]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
serial: sunsu: constify uart_ops structures
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sun, 13 Aug 2017 06:21:43 +0000 (08:21 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Aug 2017 18:51:21 +0000 (20:51 +0200)
commit0bfdbe0737b6bf6e4553e36279cf6fd80295a859
treeb11f3f1e38a2fbfaff1676a1c69ef8aa4ca9b89e
parent6f137a751cd968b5ddd27a5d99eefa83f73d3390
serial: sunsu: constify uart_ops structures

These uart_ops structures are only stored in the ops field of a
uart_port structure and this fields is const, so the uart_ops
structures can also be const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/sunsu.c