Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750994AbWH3NDq (ORCPT ); Wed, 30 Aug 2006 09:03:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750988AbWH3NDq (ORCPT ); Wed, 30 Aug 2006 09:03:46 -0400 Received: from mail.renesas.com ([202.234.163.13]:38890 "EHLO mail01.idc.renesas.com") by vger.kernel.org with ESMTP id S1750975AbWH3NDo (ORCPT ); Wed, 30 Aug 2006 09:03:44 -0400 Date: Wed, 30 Aug 2006 22:03:40 +0900 From: Hirokazu Takata Subject: Re: [CFT:PATCH] Removing possible wrong asm/serial.h inclusions In-reply-to: <20060828085244.GA13544@flint.arm.linux.org.uk> To: linux-ia64@vger.kernel.org, linux-mips@linux-mips.org, linuxppc-embedded@ozlabs.org, paulkf@microgate.com, takata@linux-m32r.org, linux-kernel@vger.kernel.org Message-id: MIME-version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-type: text/plain; charset=US-ASCII User-Agent: Wanderlust/2.14.0 (Africa) Emacs/21.4 Mule/5.0 (SAKAKI) References: <20060828085244.GA13544@flint.arm.linux.org.uk> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1405 Lines: 46 From: Russell King Subject: [CFT:PATCH] Removing possible wrong asm/serial.h inclusions Date: Mon, 28 Aug 2006 09:52:44 +0100 > diff --git a/drivers/serial/m32r_sio.c b/drivers/serial/m32r_sio.c > --- a/drivers/serial/m32r_sio.c > +++ b/drivers/serial/m32r_sio.c > @@ -76,17 +76,16 @@ > */ > #define is_real_interrupt(irq) ((irq) != 0) > > -#include > +#define BASE_BAUD 115200 > > /* Standard COM flags */ > #define STD_COM_FLAGS (UPF_BOOT_AUTOCONF | UPF_SKIP_TEST) > > /* > * SERIAL_PORT_DFNS tells us about built-in ports that have no > * standard enumeration mechanism. Platforms that can find all > * serial ports via mechanisms like ACPI or PCI need not supply it. > */ > -#undef SERIAL_PORT_DFNS > #if defined(CONFIG_PLAT_USRV) > > #define SERIAL_PORT_DFNS \ > @@ -109,7 +108,7 @@ > #endif /* !CONFIG_PLAT_USRV */ > > static struct old_serial_port old_serial_port[] = { > - SERIAL_PORT_DFNS /* defined in asm/serial.h */ > + SERIAL_PORT_DFNS > }; > > #define UART_NR ARRAY_SIZE(old_serial_port) > Acked-by: Hirokazu Takata Thank you. -- Takata - 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/