From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754852Ab1JKOta (ORCPT ); Tue, 11 Oct 2011 10:49:30 -0400 Received: from mail2.asahi-net.or.jp ([202.224.39.198]:60860 "EHLO mail2.asahi-net.or.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750942Ab1JKOt3 (ORCPT ); Tue, 11 Oct 2011 10:49:29 -0400 X-Greylist: delayed 1502 seconds by postgrey-1.27 at vger.kernel.org; Tue, 11 Oct 2011 10:49:29 EDT Date: Tue, 11 Oct 2011 23:24:25 +0900 Message-ID: <8762jv8v3a.wl%ysato@users.sourceforge.jp> From: Yoshinori Sato To: Paul Bolle Cc: Jiri Kosina , Greg Kroah-Hartman , linux-kernel@vger.kernel.org Subject: Re: [PATCH] [TRIVIAL] h8300: drivers/serial/Kconfig was moved In-Reply-To: <1318332209.18122.45.camel@x61.thuisdomein> References: <1318332209.18122.45.camel@x61.thuisdomein> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-2022-JP-2?B?R29qGyQoRCtXGyhC?=) APEL/10.8 Emacs/23.3 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org At Tue, 11 Oct 2011 13:23:29 +0200, Paul Bolle wrote: > > commit ab4382d27412e7e3e7c936e8d50d8888dfac3df8 moved > drivers/serial/Kconfig to drivers/tty/serial/Kconfig, so we need to > source the latter file. > > Signed-off-by: Paul Bolle > --- > The first release with this move was v2.6.38. Didn't anyone notice? > Perhaps the configuration tools silently skip invalid "source" files. > Anyhow, I added Yoshinori Sato, who perhaps can tell us whether sourcing > of this Kconfig is still needed for h8300. Sorry. This problem already fixed. But I forgot push to main tree. > arch/h8300/Kconfig | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig > index 091ed61..2b1eee7 100644 > --- a/arch/h8300/Kconfig > +++ b/arch/h8300/Kconfig > @@ -195,7 +195,7 @@ config UNIX98_PTYS > > source "drivers/char/pcmcia/Kconfig" > > -source "drivers/serial/Kconfig" > +source "drivers/tty/serial/Kconfig" > > source "drivers/i2c/Kconfig" > > -- > 1.7.4.4 > -- Yoshinori Sato