Skip to content

Commit 15e4612

Browse files
Jiri Slaby (SUSE)KAGA-KOKO
authored andcommitted
genirq/irq_sim: Remove unused irq_sim_work_ctx:: Irq_base
Since commit 337cbeb ("genirq/irq_sim: Simplify the API"), irq_sim_work_ctx::irq_base is unused. Drop it. Found by https://github.com/jirislaby/clang-struct. Signed-off-by: Jiri Slaby (SUSE) <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Acked-by: Bartosz Golaszewski <[email protected]> Link: https://lore.kernel.org/all/[email protected]
1 parent 76bee03 commit 15e4612

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/irq/irq_sim.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
struct irq_sim_work_ctx {
1515
struct irq_work work;
16-
int irq_base;
1716
unsigned int irq_count;
1817
unsigned long *pending;
1918
struct irq_domain *domain;

0 commit comments

Comments
 (0)