projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69114a4
)
[ARM] omap: fix build error in ohci-omap.c
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Wed, 3 Sep 2008 22:59:23 +0000
(23:59 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Thu, 4 Sep 2008 08:45:47 +0000
(09:45 +0100)
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: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/usb/host/ohci-omap.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/ohci-omap.c
b/drivers/usb/host/ohci-omap.c
index 1eb64d08b60a9591bd994f757c0372602b7c7ef4..95b3ec89c126cdd0609306c034ae348a1324a184 100644
(file)
--- a/
drivers/usb/host/ohci-omap.c
+++ b/
drivers/usb/host/ohci-omap.c
@@
-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) {