Skip to content

Commit b6eb66f

Browse files
arndbrafaeljw
authored andcommitted
device property: export irqchip_fwnode_ops
The newly added irqchip_fwnode_ops structure is not exported, which can lead to link errors: ERROR: "irqchip_fwnode_ops" [drivers/gpio/gpio-xgene-sb.ko] undefined! I checked that all other such symbols that were introduced are exported if they need to be, this is the only missing one. Fixes: db3e50f (device property: Get rid of struct fwnode_handle type field) Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 3e3119d commit b6eb66f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/irq/irqdomain.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ static inline void debugfs_remove_domain_dir(struct irq_domain *d) { }
4242
#endif
4343

4444
const struct fwnode_operations irqchip_fwnode_ops;
45+
EXPORT_SYMBOL_GPL(irqchip_fwnode_ops);
4546

4647
/**
4748
* irq_domain_alloc_fwnode - Allocate a fwnode_handle suitable for

0 commit comments

Comments
 (0)