diff options
Diffstat (limited to 'arch/powerpc/kernel/setup-common.c')
-rw-r--r-- | arch/powerpc/kernel/setup-common.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/setup-common.c b/arch/powerpc/kernel/setup-common.c index 79fca2651b65..e053b1641de3 100644 --- a/arch/powerpc/kernel/setup-common.c +++ b/arch/powerpc/kernel/setup-common.c | |||
@@ -704,6 +704,11 @@ static int powerpc_debugfs_init(void) | |||
704 | arch_initcall(powerpc_debugfs_init); | 704 | arch_initcall(powerpc_debugfs_init); |
705 | #endif | 705 | #endif |
706 | 706 | ||
707 | void ppc_printk_progress(char *s, unsigned short hex) | ||
708 | { | ||
709 | pr_info("%s\n", s); | ||
710 | } | ||
711 | |||
707 | static int ppc_dflt_bus_notify(struct notifier_block *nb, | 712 | static int ppc_dflt_bus_notify(struct notifier_block *nb, |
708 | unsigned long action, void *data) | 713 | unsigned long action, void *data) |
709 | { | 714 | { |