Skip to content

Commit 06699e6

Browse files
Yang YingliangJonathan Corbet
authored andcommitted
Documentation: devres: update IRQ helper
devm_irq_sim_init() has been changed to devm_irq_domain_create_sim() in commit 337cbeb ("genirq/irq_sim: Simplify the API"). Signed-off-by: Yang Yingliang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 9a7d7a8 commit 06699e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/driver-api/driver-model/devres.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ IRQ
334334
devm_irq_alloc_descs_from()
335335
devm_irq_alloc_generic_chip()
336336
devm_irq_setup_generic_chip()
337-
devm_irq_sim_init()
337+
devm_irq_domain_create_sim()
338338

339339
LED
340340
devm_led_classdev_register()

0 commit comments

Comments
 (0)