]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
USB: GADGET: Fix compile breakage on omap_udc.c
authorFelipe Balbi <me@felipebalbi.com>
Mon, 17 Mar 2008 19:50:50 +0000 (21:50 +0200)
committerTony Lindgren <tony@atomide.com>
Tue, 18 Mar 2008 09:18:14 +0000 (11:18 +0200)
Recent changes broke compilation for omap_udc.c.

Signed-off-by: Felipe Balbi <me@felipebalbi.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/usb/gadget/omap_udc.c

index 85a0d1a1b4a349afd86c08797f207e40d374415d..9aa5946b99c41bde72253caf0e52208e1b15767d 100644 (file)
@@ -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;