]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/i2c/busses/i2c-omap.c
ARM: OMAP: Fixed compile for I2C
[linux-2.6-omap-h63xx.git] / drivers / i2c / busses / i2c-omap.c
index 4ab070e31ed4e6d3720b07af2cb828ac828eaf3d..f81a85bbd6edb51efae4d981ea34dce3202d345c 100644 (file)
@@ -431,8 +431,6 @@ omap_i2c_isr(int this_irq, void *dev_id, struct pt_regs *regs)
 }
 
 static struct i2c_algorithm omap_i2c_algo = {
-       .name           = "OMAP I2C algorithm",
-       .id             = I2C_ALGO_EXP,
        .master_xfer    = omap_i2c_xfer,
        .functionality  = omap_i2c_func,
 };