From: Felipe Balbi Date: Mon, 17 Mar 2008 19:50:50 +0000 (+0200) Subject: USB: GADGET: Fix compile breakage on omap_udc.c X-Git-Tag: v2.6.25-omap1~114 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=4534cd19ce4baf70e395ce81b7089137288b30aa;p=linux-2.6-omap-h63xx.git USB: GADGET: Fix compile breakage on omap_udc.c Recent changes broke compilation for omap_udc.c. Signed-off-by: Felipe Balbi Signed-off-by: Tony Lindgren --- diff --git a/drivers/usb/gadget/omap_udc.c b/drivers/usb/gadget/omap_udc.c index 85a0d1a1b4a..9aa5946b99c 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;