]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Fixed compile for I2C v2.6.14-rc1-omap1
authorTony Lindgren <tony@atomide.com>
Tue, 13 Sep 2005 10:53:36 +0000 (13:53 +0300)
committerTony Lindgren <tony@atomide.com>
Tue, 13 Sep 2005 10:53:36 +0000 (13:53 +0300)
Fixed compile for I2C

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,
 };