]> asedeno.scripts.mit.edu Git - linux.git/commit
net: atm: make atmdev_ops const
authorBhumika Goyal <bhumirks@gmail.com>
Wed, 9 Aug 2017 09:32:08 +0000 (15:02 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Aug 2017 05:43:50 +0000 (22:43 -0700)
commit800bb47e71cac00e98c822919174bb2e1d2e8071
tree97de779c1497147d277e37bdb825b41ecf2744f1
parent46c4b7a5694ccfdc2659fc8beb8736d7fb1c9841
net: atm: make atmdev_ops const

Make these const as they are only stored in the ops field of a atm_dev
structure, which is const.
Done using Coccinelle.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/atm/clip.c
net/atm/lec.c
net/atm/mpc.c
net/atm/signaling.c