Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324484
b: refs/heads/master
c: b95dd03
h: refs/heads/master
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Aug 14, 2012
1 parent 6412075 commit 885baec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 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: 0142919c583cad4e6c82566f59a95ff1e2a728f5
refs/heads/master: b95dd03df2b9f20b4df35ae5f18430849908a7ed
14 changes: 1 addition & 13 deletions trunk/drivers/staging/tidspbridge/rmgr/drv_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -613,16 +613,6 @@ static struct platform_driver bridge_driver = {
#endif
};

static int __init bridge_init(void)
{
return platform_driver_register(&bridge_driver);
}

static void __exit bridge_exit(void)
{
platform_driver_unregister(&bridge_driver);
}

/* To remove all process resources before removing the process from the
* process context list */
int drv_remove_all_resources(void *process_ctxt)
Expand All @@ -636,6 +626,4 @@ int drv_remove_all_resources(void *process_ctxt)
return status;
}

/* Bridge driver initialization and de-initialization functions */
module_init(bridge_init);
module_exit(bridge_exit);
module_platform_driver(bridge_driver);

0 comments on commit 885baec

Please sign in to comment.