commit | bc642817b6d9e058e058a0bba4bb35df19eb2911 | [log] [tgz] |
---|---|---|
author | Rikard Falkeborn <rikard.falkeborn@gmail.com> | Thu Oct 07 00:47:38 2021 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 07 13:35:10 2021 +0100 |
tree | a90b53d6d52d07a3f0eba78ff370007e5c472b75 | |
parent | be5f60d8b6f9611ff3a687de5d47d3ed9fb2cfb0 [diff] |
nfc: pn533: Constify pn533_phy_ops Neither the driver or the core modifies the pn533_phy_ops struct, so make them const to allow the compiler to put the static structs in read-only memory. Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>