Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3df1a26 authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] omap: fix build error in ohci-omap.c



drivers/usb/host/ohci-omap.c: In function 'ohci_omap_init':
drivers/usb/host/ohci-omap.c:228: error: 'start_hnp' undeclared (first use in this function)

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 69114a47
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -208,7 +208,7 @@ static int ohci_omap_init(struct usb_hcd *hcd)
	if (cpu_is_omap16xx())
		ocpi_enable();

#ifdef	CONFIG_ARCH_OMAP_OTG
#ifdef	CONFIG_USB_OTG
	if (need_transceiver) {
		ohci->transceiver = otg_get_transceiver();
		if (ohci->transceiver) {