Recent changes broke compilation for omap_udc.c. Signed-off-by: Felipe Balbi <me@xxxxxxxxxxxxxxx> --- drivers/usb/gadget/omap_udc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb/gadget/omap_udc.c b/drivers/usb/gadget/omap_udc.c index 85a0d1a..9aa5946 100644 --- a/drivers/usb/gadget/omap_udc.c +++ b/drivers/usb/gadget/omap_udc.c @@ -2299,7 +2299,7 @@ static int proc_otg_show(struct seq_file *s) * do with the frame adjustment counter and McBSP2. */ ctrl_name = "control_devconf"; - trans = ctrl_read_reg(OMAP2_CONTROL_DEVCONF0); + trans = omap_ctrl_readb(OMAP2_CONTROL_DEVCONF0); } else { ctrl_name = "tranceiver_ctrl"; trans = USB_TRANSCEIVER_CTRL_REG; -- 1.5.4.3.447.gc95b3 -- 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