lkml.org 
[lkml]   [2001]   [Nov]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] 2.4.14 trivial CONFIG typo in drivers/i2c/i2c-core.c
[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
-
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 13:12    [W:0.045 / U:3.176 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site