[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211006224738.51354-1-rikard.falkeborn@gmail.com>
Date: Thu, 7 Oct 2021 00:47:36 +0200
From: Rikard Falkeborn <rikard.falkeborn@...il.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>,
Jakub Kicinski <kuba@...nel.org>,
"David S. Miller" <davem@...emloft.net>
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-nfc@...ts.01.org,
Rikard Falkeborn <rikard.falkeborn@...il.com>
Subject: [PATCH 0/2] nfc: pn533: Constify ops-structs
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
Powered by blists - more mailing lists