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 <yoichi_yuasa@xxxxxxxxxxxxxx> 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)