[PATCH] [TRIVIAL] h8300: drivers/serial/Kconfig was moved

From: Paul Bolle
Date: Tue Oct 11 2011 - 07:23:46 EST


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@xxxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/