Home
last modified time | relevance | path

Searched hist:"6 f137a751cd968b5ddd27a5d99eefa83f73d3390" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/tty/serial/
H A Dmpc52xx_uart.cdiff 6f137a751cd968b5ddd27a5d99eefa83f73d3390 Sun Aug 13 01:21:49 CDT 2017 Julia Lawall <Julia.Lawall@lip6.fr> serial: mpc52xx: 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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>