From: Venu Byravarasu Date: Thu, 6 Sep 2012 05:12:15 +0000 (+0530) Subject: usb: phy: fix build break X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~60^2~4^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4c3ddec5c5293953d8472eb151c48a3205b738b;p=pandora-kernel.git usb: phy: fix build break During phy interface separation from otg.h, as the enum "usb_otg_state" was having multiple otg states info and removal of member 'state' of this enum type from usb_phy struct did not generate any compilation issues, I removed member state from struct usb_phy. As this is causing build break in musb code, adding member 'state' to usb_phy structure. Signed-off-by: Venu Byravarasu Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed