Merge branch 'nfc-pn533-const'
authorDavid S. Miller <davem@davemloft.net>
Thu, 7 Oct 2021 12:35:10 +0000 (13:35 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Oct 2021 12:35:10 +0000 (13:35 +0100)
Rikard Falkeborn says:

====================
nfc: pn533: Constify ops-structs

Constify a couple of ops-structs. This allows the compiler to put the
static structs in read-only memory.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge