Commit c9c7de1d authored by Tony Lindgren's avatar Tony Lindgren

ARM: OMAP: Fixed compile for I2C

Fixed compile for I2C
parent 3a22ee49
......@@ -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,
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment