Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364327
b: refs/heads/master
c: 302beda
h: refs/heads/master
i:
  364325: 7a7aa8b
  364323: a62dec0
  364319: b1d4079
v: v3
  • Loading branch information
Fabio Estevam authored and Greg Kroah-Hartman committed Mar 15, 2013
1 parent 87bbdbe commit 3974885
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 901cb2ab2c9aaeb16304ff99ebc4af968893c8ec
refs/heads/master: 302beda9830f656c98afb25e26e94602b7a83fea
4 changes: 2 additions & 2 deletions trunk/drivers/usb/chipidea/usbmisc_imx6q.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@ static struct platform_driver usbmisc_imx6q_driver = {
},
};

int __init usbmisc_imx6q_drv_init(void)
static int __init usbmisc_imx6q_drv_init(void)
{
return platform_driver_register(&usbmisc_imx6q_driver);
}
subsys_initcall(usbmisc_imx6q_drv_init);

void __exit usbmisc_imx6q_drv_exit(void)
static void __exit usbmisc_imx6q_drv_exit(void)
{
platform_driver_unregister(&usbmisc_imx6q_driver);
}
Expand Down

0 comments on commit 3974885

Please sign in to comment.