From: Anatolij Gustschin Date: Thu, 5 May 2011 10:11:21 +0000 (+0200) Subject: usb: fix building musb drivers X-Git-Tag: v3.0-rc1~337^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3df004532582d0cc721da0df28311bcedd639724;p=pandora-kernel.git usb: fix building musb drivers Commit 3dacdf11 "usb: factor out state_string() on otg drivers" broke building musb drivers since there is already another otg_state_string() function in musb drivers, but with different prototype. Fix musb drivers to use common otg_state_string(), too. Also provide a nop for otg_state_string() if CONFIG_USB_OTG_UTILS is not defined. Signed-off-by: Anatolij Gustschin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed