Hello Greg,

the small patch inlined fixes the compilation breakage for the pnx4008 USB OHCI 
driver.

 drivers/usb/host/ohci-pnx4008.c |    2 --
 1 file changed, 2 deletions(-)

 Signed-off-by: Vitaly Wool <[EMAIL PROTECTED]>

Index: linux-2.6.git/drivers/usb/host/ohci-pnx4008.c
===================================================================
--- linux-2.6.git.orig/drivers/usb/host/ohci-pnx4008.c
+++ linux-2.6.git/drivers/usb/host/ohci-pnx4008.c
@@ -410,8 +410,6 @@ static int __devinit usb_hcd_pnx4008_pro
                goto out4;
        }
 
-       hcd->self.hcpriv = (void *)hcd;
-
        pnx4008_start_hc();
        platform_set_drvdata(pdev, hcd);
        ohci = hcd_to_ohci(hcd);

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to