]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit270464aa558493a66e18a6d63b32678be3cdaf1a
tree9c98b580c14a6395bec2f75b81887a7a42755e3a
parent4769a0f879b00d7bf09953235b467928e9f06764
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