Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 24 Mar 2003 21:49:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 24 Mar 2003 21:49:35 -0500 Received: from TYO201.gate.nec.co.jp ([210.143.35.51]:23241 "EHLO TYO201.gate.nec.co.jp") by vger.kernel.org with ESMTP id ; Mon, 24 Mar 2003 21:49:00 -0500 To: Linus Torvalds Subject: [PATCH][v850] Include in v850 simcons.c Cc: linux-kernel@vger.kernel.org Reply-To: Miles Bader Message-Id: <20030325025659.307B037CD@mcspd15.ucom.lsi.nec.co.jp> Date: Tue, 25 Mar 2003 11:56:59 +0900 (JST) From: miles@lsi.nec.co.jp (Miles Bader) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1119 Lines: 27 diff -ruN -X../cludes linux-2.5.66-moo.orig/arch/v850/kernel/simcons.c linux-2.5.66-moo/arch/v850/kernel/simcons.c --- linux-2.5.66-moo.orig/arch/v850/kernel/simcons.c 2002-11-28 10:24:54.000000000 +0900 +++ linux-2.5.66-moo/arch/v850/kernel/simcons.c 2003-03-25 10:37:52.000000000 +0900 @@ -1,8 +1,8 @@ /* * arch/v850/kernel/simcons.c -- Console I/O for GDB v850e simulator * - * Copyright (C) 2001,02 NEC Corporation - * Copyright (C) 2001,02 Miles Bader + * Copyright (C) 2001,02,03 NEC Electronics Corporation + * Copyright (C) 2001,02,03 Miles Bader * * This file is subject to the terms and conditions of the GNU General * Public License. See the file COPYING in the main directory of this @@ -19,6 +19,7 @@ #include #include +#include #include - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/