commit | f45688280e19b61b5c15a17ebd8c3d9b60fa1252 | [log] [tgz] |
---|---|---|
author | Julia Lawall <julia.lawall@lip6.fr> | Sun Dec 27 22:01:29 2015 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Dec 28 00:44:52 2015 -0500 |
tree | 017faa63c5d6b7ae33b373900ae6f29f97b3152e | |
parent | ae498411651a42a56fc85fa0f1ab1eccd56db87a [diff] |
qlcnic: constify qlcnic_dcb_ops structures The qlcnic_dcb_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>