diff options
Diffstat (limited to 'drivers/usb/host/ehci-tilegx.c')
-rw-r--r-- | drivers/usb/host/ehci-tilegx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-tilegx.c b/drivers/usb/host/ehci-tilegx.c index b083a350eea3..d72b2929c03d 100644 --- a/drivers/usb/host/ehci-tilegx.c +++ b/drivers/usb/host/ehci-tilegx.c | |||
@@ -193,7 +193,6 @@ static int ehci_hcd_tilegx_drv_remove(struct platform_device *pdev) | |||
193 | tilegx_stop_ehc(); | 193 | tilegx_stop_ehc(); |
194 | gxio_usb_host_destroy(&pdata->usb_ctx); | 194 | gxio_usb_host_destroy(&pdata->usb_ctx); |
195 | destroy_irq(pdata->irq); | 195 | destroy_irq(pdata->irq); |
196 | platform_set_drvdata(pdev, NULL); | ||
197 | 196 | ||
198 | return 0; | 197 | return 0; |
199 | } | 198 | } |