]> www.infradead.org Git - users/jedix/linux-maple.git/commit
irqdomain: Make irq_domain_create_hierarchy() an inline
authorJiri Slaby (SUSE) <jirislaby@kernel.org>
Wed, 19 Mar 2025 09:29:05 +0000 (10:29 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 16 May 2025 19:06:08 +0000 (21:06 +0200)
commitc7131b12080ad9c74eadd4f62386c8642168bec7
treea7d848bec4654a0120edfe9fcc4342e3716fbc1f
parente847a847aea5728dfcd13b558b9d82b79f9a85c7
irqdomain: Make irq_domain_create_hierarchy() an inline

There is no reason to export the function as an extra symbol. It is
simple enough and is just a wrapper to already exported functions.

Therefore, switch the exported function to an inline.

Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250319092951.37667-13-jirislaby@kernel.org
include/linux/irqdomain.h
kernel/irq/irqdomain.c