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.

irqdomain: Kill of_node_to_fwnode() helper

There is no in-tree users of this helper since b13b41cc3dc18 ("misc:
ti_fpc202: Switch to of_fwnode_handle()"), and is replaced with
of_fwnode_handle().

Get rid of it.

Suggested-by: Jonathan Cameron <jonathan.cameron@huawei.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Will Deacon <will@kernel.org>
Link: https://patch.msgid.link/20251020122944.3074811-26-maz@kernel.org

authored by

Marc Zyngier and committed by
Thomas Gleixner
ebac4649 ee2d50a9

-6
-6
include/linux/irqdomain.h
··· 730 730 } 731 731 #endif 732 732 733 - /* Deprecated functions. Will be removed in the merge window */ 734 - static inline struct fwnode_handle *of_node_to_fwnode(struct device_node *node) 735 - { 736 - return node ? &node->fwnode : NULL; 737 - } 738 - 739 733 static inline struct irq_domain *irq_domain_add_tree(struct device_node *of_node, 740 734 const struct irq_domain_ops *ops, 741 735 void *host_data)