tty: serial: constify sunhv_ops structs
authorAya Mahfouz <mahfouz.saif.elyazal@gmail.com>
Mon, 14 Dec 2015 23:37:57 +0000 (01:37 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 24 Dec 2015 17:04:18 +0000 (12:04 -0500)
commit01fd3c2744540ae7554bf098a9615a8310c6fc13
tree3dac2bda80377df59cb8fa486960a713daf71b10
parent9bcfd78ac0d19ef4c14b8b37eded26e5b3299e41
tty: serial: constify sunhv_ops structs

Constifies sunhv_ops structures in tty's serial
driver since they are not modified after their
initialization.

Detected and found using Coccinelle.

Suggested-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Aya Mahfouz <mahfouz.saif.elyazal@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/tty/serial/sunhv.c