Re: [PATCH] i2c driver fixes for 2.6.1

From: Greg KH
Date: Mon Jan 19 2004 - 19:09:49 EST


ChangeSet 1.1474.98.14, 2004/01/15 10:34:52-08:00, greg@xxxxxxxxx

[PATCH] I2C: move the Kconfig "source..." out of the drivers/char/ location


drivers/Kconfig | 2 ++
drivers/char/Kconfig | 2 --
2 files changed, 2 insertions(+), 2 deletions(-)


diff -Nru a/drivers/Kconfig b/drivers/Kconfig
--- a/drivers/Kconfig Mon Jan 19 15:30:43 2004
+++ b/drivers/Kconfig Mon Jan 19 15:30:43 2004
@@ -38,6 +38,8 @@

source "drivers/char/Kconfig"

+source "drivers/i2c/Kconfig"
+
# source "drivers/misc/Kconfig"

source "drivers/media/Kconfig"
diff -Nru a/drivers/char/Kconfig b/drivers/char/Kconfig
--- a/drivers/char/Kconfig Mon Jan 19 15:30:43 2004
+++ b/drivers/char/Kconfig Mon Jan 19 15:30:43 2004
@@ -588,8 +588,6 @@
bool "Support for console on line printer"
depends on PC9800_OLDLP

-source "drivers/i2c/Kconfig"
-

menu "Mice"


-
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/