Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262288AbTEFDAu (ORCPT ); Mon, 5 May 2003 23:00:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262306AbTEFC6j (ORCPT ); Mon, 5 May 2003 22:58:39 -0400 Received: from TYO201.gate.nec.co.jp ([202.32.8.214]:19585 "EHLO TYO201.gate.nec.co.jp") by vger.kernel.org with ESMTP id S262297AbTEFC5M (ORCPT ); Mon, 5 May 2003 22:57:12 -0400 To: Linus Torvalds Subject: [PATCH][v850] Include in arch/v850/kernel/rte_cb_leds.c Cc: linux-kernel@vger.kernel.org Reply-To: Miles Bader Message-Id: <20030506030924.60D903760@mcspd15.ucom.lsi.nec.co.jp> Date: Tue, 6 May 2003 12:09:24 +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: 1312 Lines: 30 This is to define `struct file'; apparently some include-file change removed a previous implicit include. diff -ruN -X../cludes linux-2.5.69-uc0/arch/v850/kernel/rte_cb_leds.c linux-2.5.69-uc0-v850-20030506/arch/v850/kernel/rte_cb_leds.c --- linux-2.5.69-uc0/arch/v850/kernel/rte_cb_leds.c 2002-11-28 10:24:54.000000000 +0900 +++ linux-2.5.69-uc0-v850-20030506/arch/v850/kernel/rte_cb_leds.c 2003-05-06 11:21:09.000000000 +0900 @@ -1,8 +1,8 @@ /* * include/asm-v850/rte_cb_leds.c -- Midas lab RTE-CB board LED device support * - * Copyright (C) 2002 NEC Corporation - * Copyright (C) 2002 Miles Bader + * Copyright (C) 2002,03 NEC Electronics Corporation + * Copyright (C) 2002,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 @@ -14,6 +14,7 @@ #include #include #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/