drivers/usb/host/ehci-fsl.c: Fix GCC 4.6 build warning
authorKumar Gala <galak@kernel.crashing.org>
Wed, 9 Nov 2011 16:04:15 +0000 (10:04 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 11 Nov 2011 13:49:01 +0000 (07:49 -0600)
commitdd22f7cf2c247eacc18ca5845a44c412946bd992
tree6d997ece04dff8dcd55387dfe0e32360d090eb70
parent9ccfed20dae7b2668a82087f40303d85771bb833
drivers/usb/host/ehci-fsl.c: Fix GCC 4.6 build warning

Fix:

ehci-fsl.c: In function 'ehci_hcd_init':
ehci-fsl.c:43:7: warning: variable 'usb_phy' set but not used [-Wunused-but-set-variable]

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
drivers/usb/host/ehci-fsl.c