Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

genirq/irq_sim: Remove unused irq_sim_work_ctx:: Irq_base

Since commit 337cbeb2c13e ("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) <jirislaby@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Link: https://lore.kernel.org/all/20240808104118.430670-1-jirislaby@kernel.org

authored by

Jiri Slaby (SUSE) and committed by
Thomas Gleixner
15e46124 76bee035

-1
-1
kernel/irq/irq_sim.c
··· 13 13 14 14 struct irq_sim_work_ctx { 15 15 struct irq_work work; 16 - int irq_base; 17 16 unsigned int irq_count; 18 17 unsigned long *pending; 19 18 struct irq_domain *domain;