commit | ba5952e0711b14d8d4fe172671f8aa6091ace3ee | [log] [tgz] |
---|---|---|
author | Ming Lei <ming.lei@canonical.com> | Fri Jul 13 17:25:24 2012 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jul 16 17:13:39 2012 -0700 |
tree | ad3cd8b2c781673f263813c49847a34143e4aee6 | |
parent | 72119743651054ceddd4fdf0cce161bdb4cc4aac [diff] |
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 <ming.lei@canonical.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>