summaryrefslogtreecommitdiff
path: root/arch/m68k/kernel/early_printk.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/kernel/early_printk.c')
-rw-r--r--arch/m68k/kernel/early_printk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/m68k/kernel/early_printk.c b/arch/m68k/kernel/early_printk.c
index 7d3fe08a48eb..3cc944df04f6 100644
--- a/arch/m68k/kernel/early_printk.c
+++ b/arch/m68k/kernel/early_printk.c
@@ -12,8 +12,8 @@
#include <linux/string.h>
#include <asm/setup.h>
-extern void mvme16x_cons_write(struct console *co,
- const char *str, unsigned count);
+
+#include "../mvme16x/mvme16x.h"
asmlinkage void __init debug_cons_nputs(const char *s, unsigned n);