Hi Alexander, On Mon, 4 May 2009 13:49:46 +0400, Alexander Beregalov wrote: > Fix this build error: > drivers/built-in.o: In function `max6875_remove': > max6875.c:(.text+0x6bdda): undefined reference to `i2c_unregister_device' > > Signed-off-by: Alexander Beregalov <a.beregalov@xxxxxxxxx> > --- > drivers/misc/eeprom/Kconfig | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/misc/eeprom/Kconfig b/drivers/misc/eeprom/Kconfig > index e23f0ec..9118613 100644 > --- a/drivers/misc/eeprom/Kconfig > +++ b/drivers/misc/eeprom/Kconfig > @@ -50,7 +50,7 @@ config EEPROM_LEGACY > > config EEPROM_MAX6875 > tristate "Maxim MAX6874/5 power supply supervisor" > - depends on EXPERIMENTAL > + depends on I2C && EXPERIMENTAL > help > If you say yes here you get read-only support for the user EEPROM of > the Maxim MAX6874/5 EEPROM-programmable, quad power-supply Good catch! I've folded this fix into i2c/i2c-chips-move-max6875-to-drivers-misc-eeprom.patch, thanks for reporting. -- Jean Delvare -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html