projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b41ee5d
)
USB: removed a unbalanced #endif from ohci-au1xxx.c
author
Yoichi Yuasa
<yoichi_yuasa@tripeaks.co.jp>
Thu, 3 Aug 2006 00:54:24 +0000
(09:54 +0900)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 11 Aug 2006 21:06:06 +0000
(14:06 -0700)
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: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ohci-au1xxx.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/ohci-au1xxx.c
b/drivers/usb/host/ohci-au1xxx.c
index
822914e
..
f7a975d
100644
(file)
--- a/
drivers/usb/host/ohci-au1xxx.c
+++ b/
drivers/usb/host/ohci-au1xxx.c
@@
-110,7
+110,6
@@
static void au1xxx_start_ohc(struct platform_device *dev)
printk(KERN_DEBUG __FILE__
": Clock to USB host has been enabled \n");
-#endif
}
static void au1xxx_stop_ohc(struct platform_device *dev)