Resent-Date: Sat, 24 Apr 1999 12:58:23 +0200 (MET DST)
From: Arno Griffioen <arno@usn.nl>
Subject: Re: 2.2.6
To: Jes.Sorensen@cern.ch (Jes Sorensen)
Date: Sat, 24 Apr 1999 12:58:15 +0200 (MET DST)
Cc: linux-m68k@lists.linux-m68k.org
In-Reply-To: <199904231758.TAA62202@rsplus04.cern.ch> from "Jes Sorensen" at Apr 23, 99 07:58:28 pm
Resent-From: linux-m68k@phil.uni-sb.de

Little thing when compiling without serial console support..

This fixes it, but I'm not sure if this is what you want:


--- arch/m68k/kernel/setup.c~	Fri Apr 23 18:27:40 1999
+++ arch/m68k/kernel/setup.c	Sat Apr 24 12:54:03 1999
@@ -446,6 +446,7 @@
   m68k_unregister_serial(i);
 #endif
 }
+#ifdef CONFIG_SERIAL_CONSOLE
 long serial_console_init(long kmem_start, long kmem_end)
 {
 #ifdef CONFIG_SERIAL
@@ -456,6 +457,7 @@
   return m68k_serial_console_init(kmem_start, kmem_end);
 #endif
 }
+#endif
 #endif
 
 #if defined(CONFIG_AMIGA_FLOPPY) || defined(CONFIG_ATARI_FLOPPY) || defined(CONFIG_BLK_DEV_FD)

							Bye Arno.

-- 
Internet Exchange Europe B.V.Fax: +31-70-3630470 | One disk to rule them all,
Lange Voorhout 9             Tel: +31-70-3600379 | One disk to bind them,
2514EA Den Haag +--------------------------------+ One disk to hold the files
The Netherlands |   * A PSINet Company..  *      | And in the darkness grind 'em
----------------+--------------------------------+------------------------------

 We say Retribution, We say Vengeance is bliss, We say Revolution,
 With a Cast-Iron fist!                  (Megadeth, 'The Disintegrators')

--------------------------------------------------------------------------------

