diff options
author | Yanteng Si <[email protected]> | 2021-10-28 17:56:52 +0800 |
---|---|---|
committer | Marc Zyngier <[email protected]> | 2021-10-28 13:28:52 +0100 |
commit | 34fca8947b2743e6a3a9a8a3a44962e625993533 (patch) | |
tree | 3d91a61a437af7e92640db1f2b53553735e71ace /net/lapb/lapb_timer.c | |
parent | 0953fb263714e1c8c1c3d395036d9a14310081dd (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 <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions