[PATCH 0/2] nfc: pn533: Constify ops-structs

From: Rikard Falkeborn
Date: Wed Oct 06 2021 - 18:49:34 EST


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

Rikard Falkeborn (2):
nfc: pn533: Constify serdev_device_ops
nfc: pn533: Constify pn533_phy_ops

drivers/nfc/pn533/i2c.c | 2 +-
drivers/nfc/pn533/pn533.c | 2 +-
drivers/nfc/pn533/pn533.h | 4 ++--
drivers/nfc/pn533/uart.c | 4 ++--
drivers/nfc/pn533/usb.c | 2 +-
5 files changed, 7 insertions(+), 7 deletions(-)

--
2.33.0