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>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
84ebc10294
commit
1c3a46de66
@@ -196,7 +196,7 @@ static void ehci_hcd_sh_shutdown(struct platform_device *pdev)
|
|||||||
|
|
||||||
static struct platform_driver ehci_hcd_sh_driver = {
|
static struct platform_driver ehci_hcd_sh_driver = {
|
||||||
.probe = ehci_hcd_sh_probe,
|
.probe = ehci_hcd_sh_probe,
|
||||||
.remove = ehci_hcd_sh_remove
|
.remove = ehci_hcd_sh_remove,
|
||||||
.shutdown = ehci_hcd_sh_shutdown,
|
.shutdown = ehci_hcd_sh_shutdown,
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "sh_ehci",
|
.name = "sh_ehci",
|
||||||
|
Reference in New Issue
Block a user