[PATCH] 2.4.14 trivial CONFIG typo in drivers/i2c/i2c-core.c

From: Wayne Whitney (whitney@math.berkeley.edu)
Date: Mon Nov 05 2001 - 20:55:43 EST


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



This archive was generated by hypermail 2b29 : Wed Nov 07 2001 - 21:00:28 EST