* Felipe Balbi <[EMAIL PROTECTED]> [080317 21:50]:
> Recent changes broke compilation for omap_udc.c.
>
> Signed-off-by: Felipe Balbi <[EMAIL PROTECTED]>
> ---
> 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;
Pushing today.
Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html