[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1318332209.18122.45.camel@x61.thuisdomein>
Date: Tue, 11 Oct 2011 13:23:29 +0200
From: Paul Bolle <pebolle@...cali.nl>
To: Jiri Kosina <trivial@...nel.org>
Cc: Yoshinori Sato <ysato@...rs.sourceforge.jp>,
Greg Kroah-Hartman <gregkh@...e.de>,
linux-kernel@...r.kernel.org
Subject: [PATCH] [TRIVIAL] h8300: drivers/serial/Kconfig was moved
commit ab4382d27412e7e3e7c936e8d50d8888dfac3df8 moved
drivers/serial/Kconfig to drivers/tty/serial/Kconfig, so we need to
source the latter file.
Signed-off-by: Paul Bolle <pebolle@...cali.nl>
---
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.
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists