irqchip/sifive-plic: Mark two global variables __ro_after_init
authorJisheng Zhang <jszhang@kernel.org>
Mon, 29 Mar 2021 18:09:11 +0000 (02:09 +0800)
committerMarc Zyngier <maz@kernel.org>
Wed, 7 Apr 2021 12:25:52 +0000 (13:25 +0100)
commite03b7c1bcbfad6f27b4682f638b98627c4e416ba
treefdfa051db457610f2bca000fc3827d2a4dc63c79
parent64ec2ad3b84d43926e618bb515f2382c266535ee
irqchip/sifive-plic: Mark two global variables __ro_after_init

All of these two are never modified after init, so they can be
 __ro_after_init.

Signed-off-by: Jisheng Zhang <jszhang@kernel.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20210330020911.26423e9e@xhacker
drivers/irqchip/irq-sifive-plic.c