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 <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent d22083a commit 9676635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)