diff options
author | Rikard Falkeborn <[email protected]> | 2021-12-04 22:35:18 +0100 |
---|---|---|
committer | Marc Zyngier <[email protected]> | 2021-12-06 08:34:06 +0000 |
commit | 636dcd0204599f94680f8f87b46cef7c66034ac0 (patch) | |
tree | 47f3bb187c6a9fe172003c9b361fd1282ffbfd96 /drivers/usb/cdns3/cdns3-imx.c | |
parent | 00e228b31596c6bf5f08b5ef76f80cb26e620f02 (diff) |
KVM: arm64: Constify kvm_io_gic_ops
The only usage of kvm_io_gic_ops is to make a comparison with its
address and to pass its address to kvm_iodevice_init() which takes a
pointer to const kvm_io_device_ops as input. Make it const to allow the
compiler to put it in read-only memory.
Signed-off-by: Rikard Falkeborn <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/usb/cdns3/cdns3-imx.c')
0 files changed, 0 insertions, 0 deletions