Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 919aeadc authored by Yoichi Yuasa's avatar Yoichi Yuasa Committed by Greg Kroah-Hartman
Browse files

USB: removed a unbalanced #endif from ohci-au1xxx.c



This patch has removed a unbalanced #endif from ohci-au1xxx.c .
Please apply before 2.6.18 release.

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

Signed-off-by: default avatarYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent b41ee5d6
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -110,7 +110,6 @@ static void au1xxx_start_ohc(struct platform_device *dev)


	printk(KERN_DEBUG __FILE__
	printk(KERN_DEBUG __FILE__
	": Clock to USB host has been enabled \n");
	": Clock to USB host has been enabled \n");
#endif
}
}


static void au1xxx_stop_ohc(struct platform_device *dev)
static void au1xxx_stop_ohc(struct platform_device *dev)