From ee2fdfe8320151e5a73cd1d6b9ef9cb381662089 Mon Sep 17 00:00:00 2001 From: Thomas Bogendoerfer Date: Wed, 26 Aug 1998 21:47:39 +0000 Subject: console on jazz is framebuffer --- arch/mips/jazz/setup.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'arch') diff --git a/arch/mips/jazz/setup.c b/arch/mips/jazz/setup.c index 8f8cf4a3a..8e4e73888 100644 --- a/arch/mips/jazz/setup.c +++ b/arch/mips/jazz/setup.c @@ -1,4 +1,4 @@ -/* $Id: setup.c,v 1.12 1998/08/17 13:57:42 ralf Exp $ +/* $Id: setup.c,v 1.13 1998/08/25 09:14:37 ralf Exp $ * * Setup pointers to hardware-dependent routines. * @@ -15,6 +15,9 @@ #include #include #include +#include +#include +#include #include #include #include @@ -124,6 +127,6 @@ __initfunc(void jazz_setup(void)) #ifdef CONFIG_BLK_DEV_IDE ide_ops = &std_ide_ops; #endif - + conswitchp = &fb_con; rtc_ops = &jazz_rtc_ops; } -- cgit v1.2.3