From linux-mips-bounce@linux-mips.org  Mon Dec  2 01:47:03 2002
Return-Path: <linux-mips-bounce@linux-mips.org>
Received: from localhost (orion [127.0.0.1])
	by orion.mvista.com (8.11.6/8.11.6) with ESMTP id gB29l3403772
	for <jsun@localhost>; Mon, 2 Dec 2002 01:47:03 -0800
Received: from hermes.mvista.com [10.0.0.10]
	by localhost with IMAP (fetchmail-5.9.0)
	for jsun@localhost (single-drop); Mon, 02 Dec 2002 01:47:03 -0800 (PST)
Received: from hermes.mvista.com ([unix socket]) (authenticated user=jsun bits=0)
	by hermes.mvista.com (Cyrus v2.1.9) with LMTP; Mon, 02 Dec 2002 01:38:58 -0800
X-Sieve: CMU Sieve 2.2
Received: from av.mvista.com (av.mvista.com [10.0.0.15])
	by hermes.mvista.com (8.11.6/8.11.6) with ESMTP id gB29ctX17329;
	Mon, 2 Dec 2002 01:38:55 -0800
Received: from messenger.mvista.com (av [127.0.0.1])
	by av.mvista.com (8.9.3/8.9.3) with ESMTP id BAA18970;
	Mon, 2 Dec 2002 01:46:30 -0800
Received: from p508B631F.dip.t-dialin.net (p508B631F.dip.t-dialin.net [80.139.99.31])
	by messenger.mvista.com (8.9.3/8.9.3) with ESMTP id RAA07205;
	Sun, 1 Dec 2002 17:43:41 -0800
Received: from localhost ([IPv6:::ffff:127.0.0.1]:29831 "EHLO
	lappi.linux-mips.net") by ralf.linux-mips.org with ESMTP
	id <S868823AbSLBJjK>; Mon, 2 Dec 2002 10:39:10 +0100
Received: with ECARTIS (v1.0.0; list linux-mips); Mon, 02 Dec 2002 10:38:51 +0100 (MET)
Received: from mail2.sonytel.be ([IPv6:::ffff:195.0.45.172]:39095 "EHLO
	mail.sonytel.be") by ralf.linux-mips.org with ESMTP
	id <S868793AbSLBJik>; Mon, 2 Dec 2002 10:38:40 +0100
Received: from vervain.sonytel.be (mail.sonytel.be [10.17.0.27])
	by mail.sonytel.be (8.9.0/8.8.6) with ESMTP id KAA03912;
	Mon, 2 Dec 2002 10:40:51 +0100 (MET)
Date: 	Mon, 2 Dec 2002 10:40:50 +0100 (MET)
From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Ralf Baechle <ralf@linux-mips.org>
cc: Linux/MIPS Development <linux-mips@linux-mips.org>
Subject: [PATCH] Eagle compile fix
Message-ID: <Pine.GSO.4.21.0212021039440.10713-100000@vervain.sonytel.be>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Original-Recipient: rfc822;linux-mips@linux-mips.org
X-archive-position: 748
X-ecartis-version: Ecartis v1.0.0
Sender: linux-mips-bounce@linux-mips.org
Errors-to: linux-mips-bounce@linux-mips.org
X-original-sender: geert@linux-m68k.org
Precedence: bulk
X-list: 	linux-mips
Status: RO
Content-Length: 745
Lines: 29


The compilation of arch/mips/vr41xx/common/serial.c depends on CONFIG_SERIAL.

--- linux-mips-2.4.x/arch/mips/vr41xx/nec-eagle/setup.c.orig	Mon Jul 15 02:02:56 2002
+++ linux-mips-2.4.x/arch/mips/vr41xx/nec-eagle/setup.c	Mon Dec  2 10:38:16 2002
@@ -143,8 +143,10 @@
 
 	vr41xx_cmu_init(0);
 
+#ifdef CONFIG_SERIAL
 	vr41xx_dsiu_init();
 	vr41xx_siu_init(SIU_RS232C, 0);
+#endif
 
 #ifdef CONFIG_PCI
 	vr41xx_pciu_init(&pci_address_map);

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds




