]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
irqdomain: Introduce irq_domain_free()
authorHerve Codina <herve.codina@bootlin.com>
Fri, 14 Jun 2024 17:32:02 +0000 (19:32 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 17 Jun 2024 13:48:12 +0000 (15:48 +0200)
commit89b37541ca38954f8ac01c2ca25405b140cfc8eb
tree619144bafc2c60047fa7572d7f595c62a9cecc7f
parent6ce3e98184b625d2870991880bf9586ded7ea7f9
irqdomain: Introduce irq_domain_free()

In preparation of the introduction of the irq domain instantiation,
introduce irq_domain_free() to avoid code duplication on later
modifications.

This new function is an extraction of the current operations performed
to free the irq domain. No functional change intended.

Suggested-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Herve Codina <herve.codina@bootlin.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20240614173232.1184015-2-herve.codina@bootlin.com
kernel/irq/irqdomain.c