Skip to content

Commit

Permalink
usb: echi-sh: Remove driver variable which is not used
Browse files Browse the repository at this point in the history
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Nobuhiro Iwamatsu authored and Greg Kroah-Hartman committed Mar 28, 2013
1 parent 1c3a46d commit e7231be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/usb/host/ehci-sh.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e7231be

Please sign in to comment.