diff options
Diffstat (limited to 'arch/powerpc/platforms/pseries/pseries.h')
-rw-r--r-- | arch/powerpc/platforms/pseries/pseries.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/pseries/pseries.h b/arch/powerpc/platforms/pseries/pseries.h index 9a3dda07566f..8af71e4cc17f 100644 --- a/arch/powerpc/platforms/pseries/pseries.h +++ b/arch/powerpc/platforms/pseries/pseries.h | |||
@@ -19,7 +19,10 @@ extern void request_event_sources_irqs(struct device_node *np, | |||
19 | 19 | ||
20 | #include <linux/of.h> | 20 | #include <linux/of.h> |
21 | 21 | ||
22 | extern void __init fw_feature_init(const char *hypertas, unsigned long len); | 22 | extern void __init fw_hypertas_feature_init(const char *hypertas, |
23 | unsigned long len); | ||
24 | extern void __init fw_vec5_feature_init(const char *hypertas, | ||
25 | unsigned long len); | ||
23 | 26 | ||
24 | struct pt_regs; | 27 | struct pt_regs; |
25 | 28 | ||