Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373177
b: refs/heads/master
c: 3de764d
h: refs/heads/master
i:
  373175: c74085d
v: v3
  • Loading branch information
Jingoo Han authored and Samuel Ortiz committed Apr 5, 2013
1 parent 9b4633c commit 41af238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 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: e8fe6a827939cf723a3871ff455f6346337c649a
refs/heads/master: 3de764d4aa40109806cf7f9a9d811b970ff49374
12 changes: 1 addition & 11 deletions trunk/drivers/mfd/davinci_voicecodec.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,17 +177,7 @@ static struct platform_driver davinci_vc_driver = {
.remove = davinci_vc_remove,
};

static int __init davinci_vc_init(void)
{
return platform_driver_probe(&davinci_vc_driver, davinci_vc_probe);
}
module_init(davinci_vc_init);

static void __exit davinci_vc_exit(void)
{
platform_driver_unregister(&davinci_vc_driver);
}
module_exit(davinci_vc_exit);
module_platform_driver_probe(davinci_vc_driver, davinci_vc_probe);

MODULE_AUTHOR("Miguel Aguilar");
MODULE_DESCRIPTION("Texas Instruments DaVinci Voice Codec Core Interface");
Expand Down

0 comments on commit 41af238

Please sign in to comment.