Messages in this thread Patch in this message |  | | Date | Sun, 28 Oct 2001 09:19:41 +0100 | From | "J . A . Magallon" <> | Subject | i2c CONFIG bug in 2.4.13 |
| |
Hi.
I"C has a bug in config options. An option is misnamed in 2.4.13, so I suppose it applies both to -pre3 and -ac3. Patch follows:
--- linux-2.4.13-ac3/drivers/i2c/i2c-core.c.orig Sun Oct 28 09:11:07 2001 +++ linux-2.4.13-ac3/drivers/i2c/i2c-core.c Sun Oct 28 09:11:23 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
-- J.A. Magallon # Let the source be with you... mailto:jamagallon@able.es Mandrake Linux release 8.2 (Cooker) for i586 Linux werewolf 2.4.14-pre3-beo #2 SMP Sun Oct 28 01:07:36 CEST 2001 i686 - 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/
|  |