Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295987
b: refs/heads/master
c: 63d667b
h: refs/heads/master
i:
  295985: 47bd289
  295983: 7a6e12c
v: v3
  • Loading branch information
Ohad Ben-Cohen committed Feb 8, 2012
1 parent cd564ff commit 3ba88b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 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: 2fd51811b8b87408fd680b442364e3474a1a0f21
refs/heads/master: 63d667bf53c444082b053d95ddc4d54f3dbe8f52
13 changes: 1 addition & 12 deletions trunk/drivers/remoteproc/omap_remoteproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,18 +232,7 @@ static struct platform_driver omap_rproc_driver = {
},
};

/* most of the below will go when module_platform_driver is merged */
static int __init omap_rproc_init(void)
{
return platform_driver_register(&omap_rproc_driver);
}
module_init(omap_rproc_init);

static void __exit omap_rproc_exit(void)
{
platform_driver_unregister(&omap_rproc_driver);
}
module_exit(omap_rproc_exit);
module_platform_driver(omap_rproc_driver);

MODULE_LICENSE("GPL v2");
MODULE_DESCRIPTION("OMAP Remote Processor control driver");

0 comments on commit 3ba88b4

Please sign in to comment.