aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorYanteng Si2021-10-28 17:56:52 +0800
committerMarc Zyngier2021-10-28 13:28:52 +0100
commit34fca8947b2743e6a3a9a8a3a44962e625993533 (patch)
tree3d91a61a437af7e92640db1f2b53553735e71ace /arch/arm
parent0953fb263714e1c8c1c3d395036d9a14310081dd (diff)
MIPS: irq: Avoid an unused-variable error
When CONFIG_IRQ_DOMAIN is set, there is a warning: arch/mips/kernel/irq.c:114:19: error: unused variable 'desc' [-Werror=unused-variable] 114 | struct irq_desc *desc; | ^~~~ This variable is unused, let's remove it. Signed-off-by: Yanteng Si <siyanteng@loongson.cn> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20211028095652.3503790-1-siyanteng@loongson.cn
Diffstat (limited to 'arch/arm')
0 files changed, 0 insertions, 0 deletions