On 14/07/06 16:29 +0900, Yoichi Yuasa wrote:
> 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@tripeaks.co.jp>
>
> 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)
Looks right to me.
It looks like something went wrong with this patch
http://www.linux-mips.org/git?p=linux.git;a=commitdiff;h=d14feb5ee4a46218f92b21ed52338b64130a151b
Looks like ehci-au1xxx.c might also be affected.
Daniel?
Domen
|