summaryrefslogtreecommitdiffstats
path: root/kernel/irq
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2023-05-16 22:04:28 +0200
committerMarc Zyngier <maz@kernel.org>2023-06-17 07:20:45 +0100
commit8091f56ee4e51037662590edc0b0e44807fbab4d (patch)
treef2e913fb8160bca34a4fdb42201050d9c1c79c27 /kernel/irq
parent7877cb91f1081754a1487c144d85dc0d2e2e7fc4 (diff)
downloadlinux-8091f56ee4e51037662590edc0b0e44807fbab4d.tar.gz
linux-8091f56ee4e51037662590edc0b0e44807fbab4d.tar.bz2
linux-8091f56ee4e51037662590edc0b0e44807fbab4d.zip
irqdomain: Include internals.h for function prototypes
irq_domain_debugfs_init() is defined in irqdomain.c, but the declaration is in a header that is not included here: kernel/irq/irqdomain.c:1965:13: error: no previous prototype for 'irq_domain_debugfs_init' [-Werror=missing-prototypes] Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20230516200432.554240-1-arnd@kernel.org
Diffstat (limited to 'kernel/irq')
-rw-r--r--kernel/irq/irqdomain.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c
index f34760a1e222..5bd01624e447 100644
--- a/kernel/irq/irqdomain.c
+++ b/kernel/irq/irqdomain.c
@@ -1915,6 +1915,8 @@ static void irq_domain_check_hierarchy(struct irq_domain *domain)
#endif /* CONFIG_IRQ_DOMAIN_HIERARCHY */
#ifdef CONFIG_GENERIC_IRQ_DEBUGFS
+#include "internals.h"
+
static struct dentry *domain_dir;
static void