Hi,

This patch has removed a unbalanced #endif from ohci-au1xxx.c .

Error message was:
In file included from drivers/usb/host/ohci-hcd.c:909:
drivers/usb/host/ohci-au1xxx.c:113:2: #endif without #if

Yoichi

Signed-off-by: Yoichi Yuasa <[EMAIL PROTECTED]>

diff -pruN -X 2.6.18-rc1/Documentation/dontdiff 
2.6.18-rc1-orig/drivers/usb/host/ohci-au1xxx.c 
2.6.18-rc1/drivers/usb/host/ohci-au1xxx.c
--- 2.6.18-rc1-orig/drivers/usb/host/ohci-au1xxx.c      2006-07-14 
11:17:34.443211500 +0900
+++ 2.6.18-rc1/drivers/usb/host/ohci-au1xxx.c   2006-07-14 10:33:47.945949750 
+0900
@@ -110,7 +110,6 @@ static void au1xxx_start_ohc(struct plat
 
        printk(KERN_DEBUG __FILE__
        ": Clock to USB host has been enabled \n");
-#endif
 }
 
 static void au1xxx_stop_ohc(struct platform_device *dev)


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to