Messages in this thread Patch in this message |  | | Date | Mon, 5 Nov 2001 17:55:43 -0800 (PST) | From | Wayne Whitney <> | 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/
|  |