From: Fabio Estevam Date: Thu, 8 Nov 2012 11:56:13 +0000 (-0200) Subject: usb: ehci-mxc: Remove unused 'echi' variable X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~82^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc13364b3413a3815740c4a2f087e06f1b7ed850;p=pandora-kernel.git usb: ehci-mxc: Remove unused 'echi' variable Since commit c73cee7 (USB: EHCI: remove ehci_port_power() routine), the 'ehci' variable is no longer used, so remove it and fix the following build warning: drivers/usb/host/ehci-mxc.c:41:19: warning: unused variable 'ehci' [-Wunused-variable] Signed-off-by: Fabio Estevam Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed