[PATCH 0/4] drivers/misc: Constify static structs

From: Rikard Falkeborn
Date: Wed Jun 10 2020 - 18:47:37 EST


Constify some static structs that are not modified to allow the compiler
to put them in read-only memory. The patches are independent of each
other.

Rikard Falkeborn (4):
misc: rtsx_usb: Constify struct usb_device_id
misc: genwqe: Constify struct pci_error_handlers
mei: hdcp: Constify struct mei_cl_device_id
mic: vop: Constify static structs

drivers/misc/cardreader/rtsx_usb.c | 2 +-
drivers/misc/genwqe/card_base.c | 2 +-
drivers/misc/mei/hdcp/mei_hdcp.c | 2 +-
drivers/misc/mic/vop/vop_main.c | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)

--
2.27.0