From: Amit Kucheria Date: Mon, 27 Jul 2009 09:03:19 +0000 (+0300) Subject: USB: musb: Refer to musb_otg_timer_func under correct #ifdef X-Git-Tag: v2.6.31-rc5~71^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a9f5bd82dc986d496d8484ff54b107b4515f43f;p=pandora-kernel.git USB: musb: Refer to musb_otg_timer_func under correct #ifdef musb_otg_timer_func() is defined under #ifdef CONFIG_USB_MUSB_OTG. Make sure any reference to it is also under the same #ifdef. Without this fix, the driver failes to compile when USB_OTG is defined but USB_MUSB_OTG isn't. Signed-off-by: Amit Kucheria Cc: Felipe Balbi Cc: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed