Skip to content

Commit 9676635

Browse files
Dawei LiKAGA-KOKO
authored andcommitted
genirq: Remove unneeded forward declaration
The protoype of irq_flow_handler_t is independent of irq_data, so remove unneeded forward declaration. Signed-off-by: Dawei Li <dawei.li@shingroup.cn> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20240122085716.2999875-4-dawei.li@shingroup.cn
1 parent d22083a commit 9676635

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/linux/irqhandler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
struct irq_desc;
11-
struct irq_data;
11+
1212
typedef void (*irq_flow_handler_t)(struct irq_desc *desc);
1313

1414
#endif

0 commit comments

Comments
 (0)