aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/host/ehci-sh.c
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2013-03-26 17:29:28 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-28 11:14:47 -0700
commite7231be8571c7a9604867bbfdf7f6036422e13f6 (patch)
treee40a63ef1428f4aad829c836d4ac466ad724116c /drivers/usb/host/ehci-sh.c
parentusb: ehci-sh: Fix build error due to comma has been deleted (diff)
downloadwireguard-linux-e7231be8571c7a9604867bbfdf7f6036422e13f6.tar.xz
wireguard-linux-e7231be8571c7a9604867bbfdf7f6036422e13f6.zip
usb: echi-sh: Remove driver variable which is not used
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/ehci-sh.c')
-rw-r--r--drivers/usb/host/ehci-sh.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-sh.c b/drivers/usb/host/ehci-sh.c
index b0f2268784b1..b44d716ddc82 100644
--- a/drivers/usb/host/ehci-sh.c
+++ b/drivers/usb/host/ehci-sh.c
@@ -77,7 +77,6 @@ static const struct hc_driver ehci_sh_hc_driver = {
static int ehci_hcd_sh_probe(struct platform_device *pdev)
{
- const struct hc_driver *driver = &ehci_sh_hc_driver;
struct resource *res;
struct ehci_sh_priv *priv;
struct ehci_sh_platdata *pdata;