commit | 7cf6d08cafd67a34d0d78cd15baf64e214e050cb | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Sun Oct 11 13:24:13 2015 +0200 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Mon Oct 19 20:04:13 2015 +0200 |
tree | 72c50f7f6a543bca90cbda52d526f990bccbcdec | |
parent | 893a84e8180dcc37a3b0fd19d04dbe6cbc6e33db [diff] |
NFC: nxp-nci: constify nxp_nci_phy_ops structure The only instance of a nxp_nci_phy_ops structure is never modified. Thus the declaration of the structure and all references to the structure type can be made const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>