Skip to content

Commit ebac464

Browse files
Marc ZyngierKAGA-KOKO
authored andcommitted
irqdomain: Kill of_node_to_fwnode() helper
There is no in-tree users of this helper since b13b41c ("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
1 parent ee2d50a commit ebac464

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

include/linux/irqdomain.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -730,12 +730,6 @@ static inline void msi_device_domain_free_wired(struct irq_domain *domain, unsig
730730
}
731731
#endif
732732

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-
739733
static inline struct irq_domain *irq_domain_add_tree(struct device_node *of_node,
740734
const struct irq_domain_ops *ops,
741735
void *host_data)

0 commit comments

Comments
 (0)