lkml.org 
[lkml]   [2004]   [Jan]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRe: [PATCH] i2c driver fixes for 2.6.1
Date
From
ChangeSet 1.1474.98.14, 2004/01/15 10:34:52-08:00, greg@kroah.com

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

\
 
 \ /
  Last update: 2005-03-22 14:00    [W:0.928 / U:1.352 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site