From: Ming Lei Date: Fri, 13 Jul 2012 09:25:24 +0000 (+0800) Subject: USB: ehci-omap: fix compile failure(v1) X-Git-Tag: v3.6-rc1~101^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba5952e0711b14d8d4fe172671f8aa6091ace3ee;p=pandora-kernel.git USB: ehci-omap: fix compile failure(v1) The omap_ehci_init() is introduced in the below commit: commit 1a49e2ac9651df7349867a5cf44e2c83de1046af(EHCI: centralize controller initialization) the local variable of 'pdev' inside omap_ehci_init() is used but not defined, so fix the compiling failure. Signed-off-by: Ming Lei Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed