chelsio: constify cmac_ops structures
authorJulia Lawall <julia.lawall@lip6.fr>
Tue, 8 Dec 2015 20:42:09 +0000 (21:42 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Dec 2015 04:27:54 +0000 (23:27 -0500)
commit264a4aca531bca789d45b9d68158a423e9d54eaf
treee7878fdb43e8cdee97c36ac8d537ab00964b433b
parent5abe255877d7a928077b0d84a428d03042c5ccc9
chelsio: constify cmac_ops structures

The cmac_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>
drivers/net/ethernet/chelsio/cxgb/pm3393.c
drivers/net/ethernet/chelsio/cxgb/vsc7326.c