net: atm: constify in_cache_ops and eg_cache_ops structures
authorJulia Lawall <julia.lawall@lip6.fr>
Sat, 21 Nov 2015 17:28:05 +0000 (18:28 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 23 Nov 2015 20:49:29 +0000 (15:49 -0500)
commit4dd191bb6195641edbc527a8495b7b1b816a41e6
tree9c98b580c14a6395bec2f75b81887a7a42755e3a
parent901fb38d5a06fa391ec38f2d673a436b7b6b4e36
net: atm: constify in_cache_ops and eg_cache_ops structures

The in_cache_ops and eg_cache_ops structures are never modified, so declare
them as const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/atm/mpc.h
net/atm/mpoa_caches.c
This page took 0.963454 seconds and 5 git commands to generate.