kernel/drivers/usb/host/ohci-spear.c
.. .. @@ -35,7 +35,6 @@ 35 35 static int spear_ohci_hcd_drv_probe(struct platform_device *pdev) 36 36 { 37 37 const struct hc_driver *driver = &ohci_spear_hc_driver; 38 - struct ohci_hcd *ohci;39 38 struct usb_hcd *hcd = NULL; 40 39 struct clk *usbh_clk; 41 40 struct spear_ohci *sohci_p; .. .. @@ -84,8 +83,6 @@ 84 83 sohci_p->clk = usbh_clk; 85 84 86 85 clk_prepare_enable(sohci_p->clk); 87 -88 - ohci = hcd_to_ohci(hcd);89 86 90 87 retval = usb_add_hcd(hcd, platform_get_irq(pdev, 0), 0); 91 88 if (retval == 0) {