Jean Delvare wrote: >> config I2C_OMAP >> tristate "OMAP I2C adapter" >> depends on ARCH_OMAP >> diff --git a/drivers/i2c/busses/Makefile b/drivers/i2c/busses/Makefile >> index e654263..a2ce5b8 100644 >> --- a/drivers/i2c/busses/Makefile >> +++ b/drivers/i2c/busses/Makefile >> @@ -40,6 +40,7 @@ obj-$(CONFIG_I2C_IXP2000) += i2c-ixp2000.o >> obj-$(CONFIG_I2C_MPC) += i2c-mpc.o >> obj-$(CONFIG_I2C_MV64XXX) += i2c-mv64xxx.o >> obj-$(CONFIG_I2C_OCORES) += i2c-ocores.o >> +obj-$(CONFIG_I2C_XILINX) += i2c-xiic.o >> obj-$(CONFIG_I2C_OMAP) += i2c-omap.o >> obj-$(CONFIG_I2C_PASEMI) += i2c-pasemi.o >> obj-$(CONFIG_I2C_PNX) += i2c-pnx.o > > You have an interesting notion of alphabetical order. :-) New patch on its way... --Richard -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html