aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/prom.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/prom.h')
-rw-r--r--arch/x86/include/asm/prom.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/prom.h b/arch/x86/include/asm/prom.h
index e46f2a2b57a1..83833ac33dd1 100644
--- a/arch/x86/include/asm/prom.h
+++ b/arch/x86/include/asm/prom.h
@@ -20,9 +20,11 @@
20#include <asm/irq.h> 20#include <asm/irq.h>
21#include <asm/atomic.h> 21#include <asm/atomic.h>
22#include <asm/setup.h> 22#include <asm/setup.h>
23#include <asm/irq_controller.h>
23 24
24#ifdef CONFIG_OF 25#ifdef CONFIG_OF
25extern void add_dtb(u64 data); 26extern void add_dtb(u64 data);
27void add_interrupt_host(struct irq_domain *ih);
26#else 28#else
27static inline void add_dtb(u64 data) { } 29static inline void add_dtb(u64 data) { }
28#endif 30#endif