diff options
author | Harald Koerfgen <hkoerfg@web.de> | 2000-12-30 15:55:57 +0000 |
---|---|---|
committer | Harald Koerfgen <hkoerfg@web.de> | 2000-12-30 15:55:57 +0000 |
commit | 5ffede5ab53ed46d1fe59f902062ba06bde59bbd (patch) | |
tree | 5ecd8d67d3f1f6c5896e3feff2bda63b1538a338 /arch/mips/dec/setup.c | |
parent | 2cb8ea0ed322d8fdf15bfb726dd0d684b9eafdaf (diff) |
LK201 keyboard and PMAG-BA framebuffer driver for DECstations
Diffstat (limited to 'arch/mips/dec/setup.c')
-rw-r--r-- | arch/mips/dec/setup.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/dec/setup.c b/arch/mips/dec/setup.c index 9f6af4213..bfb1f38a5 100644 --- a/arch/mips/dec/setup.c +++ b/arch/mips/dec/setup.c @@ -12,6 +12,7 @@ #include <linux/interrupt.h> #include <linux/mc146818rtc.h> #include <linux/param.h> +#include <linux/console.h> #include <asm/mipsregs.h> #include <asm/bootinfo.h> #include <linux/init.h> @@ -126,6 +127,10 @@ void __init decstation_setup(void) _machine_halt = dec_machine_halt; _machine_power_off = dec_machine_power_off; +#ifdef CONFIG_FB + conswitchp = &dummy_con; +#endif + rtc_ops = &dec_rtc_ops; } |