linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] 2.4.14 trivial CONFIG typo in drivers/i2c/i2c-core.c
@ 2001-11-06  1:55 Wayne Whitney
  0 siblings, 0 replies; only message in thread
From: Wayne Whitney @ 2001-11-06  1:55 UTC (permalink / raw)
  To: LKML; +Cc: Linus Torvalds

[whitney@pizza linux-2.4.14]$ grep -r CONFIG_I2C_CONFIG_I2C .
./drivers/i2c/i2c-core.c:#ifdef CONFIG_I2C_CONFIG_I2C_PHILIPSPAR
[whitney@pizza linux-2.4.14]$ cd ..
[whitney@pizza src]$ diff -ru linux-2.4.14/drivers/i2c linux-2.4.13-ac8/drivers/i2c
diff -ru linux-2.4.14/drivers/i2c/i2c-core.c linux-2.4.13-ac8/drivers/i2c/i2c-core.c
--- linux-2.4.14/drivers/i2c/i2c-core.c	Sun Oct 28 07:02:34 2001
+++ linux-2.4.13-ac8/drivers/i2c/i2c-core.c	Mon Nov  5 14:44:34 2001
@@ -1284,7 +1284,7 @@
 #ifdef CONFIG_I2C_ALGOBIT
 	extern int i2c_algo_bit_init(void);
 #endif
-#ifdef CONFIG_I2C_CONFIG_I2C_PHILIPSPAR
+#ifdef CONFIG_I2C_PHILIPSPAR
 	extern int i2c_bitlp_init(void);
 #endif
 #ifdef CONFIG_I2C_ELV


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-11-06  1:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-06  1:55 [PATCH] 2.4.14 trivial CONFIG typo in drivers/i2c/i2c-core.c Wayne Whitney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).