]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
usb: ehci-sh: Fix build error due to comma has been deleted
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Wed, 27 Mar 2013 06:09:03 +0000 (15:09 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Mar 2013 18:14:46 +0000 (11:14 -0700)
commit1c3a46de66577b4ff53597addb977aa377e61d8c
tree0ca71e721c74d56f1dbc8caa821d09c300969e3c
parent84ebc10294a3d7be4c66f51070b7aedbaa24de9b
usb: ehci-sh: Fix build error due to comma has been deleted

By commit 39d3568 (USB: remove incorrect __exit markups), comma following
ehci_hcd_sh_remove has been deleted. This fixes the error by the correction.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
CC: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-sh.c