]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
usb: echi-sh: Remove driver variable which is not used
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Tue, 26 Mar 2013 08:29:28 +0000 (17:29 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Mar 2013 18:14:47 +0000 (11:14 -0700)
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-sh.c

index b0f2268784b1dcb388ef51c92f21c5c783bd1af5..b44d716ddc825e1b5905e0f4cbf481f3e176e83a 100644 (file)
@@ -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;