From: Felipe Balbi Date: Sat, 8 Nov 2014 01:43:45 +0000 (-0600) Subject: usb: host: ohci: omap: fix build breakage X-Git-Tag: omap-for-v3.19/fixes-rc1~87^2~32^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e1bbeb4292783dcc079156b8fa08d66d17219e0;p=pandora-kernel.git usb: host: ohci: omap: fix build breakage commit e47d925 (usb: move the OTG state from the USB PHY to the OTG structure) moved the OTG state field from struct usb_phy to struct usb_otg but, even though I fixed many other build breakages, I still missed one on ohci-omap.c. Fix the build breakage now. drivers/usb/host/ohci-omap.c: In function ‘start_hnp’: drivers/usb/host/ohci-omap.c:186:19: error: request for member ‘state’ in something not a structure or union hcd->usb_phy->otg.state = OTG_STATE_A_SUSPEND; Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed