commit | b555a3d1e91cfa75eb37680c0c86a32d18215729 | [log] [tgz] |
---|---|---|
author | Julia Lawall <julia.lawall@lip6.fr> | Sun May 01 14:36:28 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue May 03 13:03:05 2016 -0400 |
tree | e0a7a8f2ad5af2d9419cdd178752fb9604d4d7df | |
parent | 9d18562a227874289fda8ca5d117d8f503f1dcca [diff] |
drivers: net: xgene: constify xgene_cle_ops structure The xgene_cle_ops structure is never modified, so declare it as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Acked-by: Iyappan Subramanian <isubramanian@apm.com> Signed-off-by: David S. Miller <davem@davemloft.net>