Latest patches for multi-omap support introduced it, removing. Trivial patch. Signed-off-by: Felipe Balbi <felipe.balbi@xxxxxxxxx> --- drivers/i2c/chips/twl4030-usb.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/i2c/chips/twl4030-usb.c b/drivers/i2c/chips/twl4030-usb.c index 7f93b4f..f546d42 100644 --- a/drivers/i2c/chips/twl4030-usb.c +++ b/drivers/i2c/chips/twl4030-usb.c @@ -625,8 +625,8 @@ static int twl4030_set_suspend(struct otg_transceiver *x, int suspend) static int twl4030_set_peripheral(struct otg_transceiver *xceiv, struct usb_gadget *gadget) { - struct twl4030_usb *twl = xceiv_to_twl(xceiv); u32 l; + struct twl4030_usb *twl = xceiv_to_twl(xceiv); if (!xceiv) return -ENODEV; -- 1.5.6.rc1 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html