Skip to content

Commit

Permalink
USB: removed a unbalanced #endif from ohci-au1xxx.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Yoichi Yuasa authored and Greg Kroah-Hartman committed Aug 11, 2006
1 parent b41ee5d commit 919aead
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/usb/host/ohci-au1xxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 919aead

Please sign in to comment.