diff options
Diffstat (limited to 'arch/powerpc/kernel/ppc_ksyms.c')
-rw-r--r-- | arch/powerpc/kernel/ppc_ksyms.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/ppc_ksyms.c b/arch/powerpc/kernel/ppc_ksyms.c index 3e4031581c65..e597dde124e8 100644 --- a/arch/powerpc/kernel/ppc_ksyms.c +++ b/arch/powerpc/kernel/ppc_ksyms.c | |||
@@ -43,6 +43,7 @@ | |||
43 | #include <asm/dcr.h> | 43 | #include <asm/dcr.h> |
44 | #include <asm/ftrace.h> | 44 | #include <asm/ftrace.h> |
45 | #include <asm/switch_to.h> | 45 | #include <asm/switch_to.h> |
46 | #include <asm/epapr_hcalls.h> | ||
46 | 47 | ||
47 | #ifdef CONFIG_PPC32 | 48 | #ifdef CONFIG_PPC32 |
48 | extern void transfer_to_handler(void); | 49 | extern void transfer_to_handler(void); |
@@ -192,3 +193,7 @@ EXPORT_SYMBOL(__arch_hweight64); | |||
192 | #ifdef CONFIG_PPC_BOOK3S_64 | 193 | #ifdef CONFIG_PPC_BOOK3S_64 |
193 | EXPORT_SYMBOL_GPL(mmu_psize_defs); | 194 | EXPORT_SYMBOL_GPL(mmu_psize_defs); |
194 | #endif | 195 | #endif |
196 | |||
197 | #ifdef CONFIG_EPAPR_PARAVIRT | ||
198 | EXPORT_SYMBOL(epapr_hypercall_start); | ||
199 | #endif | ||