Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366646
b: refs/heads/master
c: 18ace0e
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Mauro Carvalho Chehab committed Mar 21, 2013
1 parent d369f45 commit 65c13a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 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: 01c8132303ea5ea237cdc85ae7f144f62747910b
refs/heads/master: 18ace0e27395423b40352ff24c7792f4c0313e24
20 changes: 1 addition & 19 deletions trunk/drivers/staging/media/davinci_vpfe/vpfe_mc_capture.c
Original file line number Diff line number Diff line change
Expand Up @@ -719,22 +719,4 @@ static struct platform_driver vpfe_driver = {
.remove = vpfe_remove,
};

/**
* vpfe_init : This function registers device driver
*/
static __init int vpfe_init(void)
{
/* Register driver to the kernel */
return platform_driver_register(&vpfe_driver);
}

/**
* vpfe_cleanup : This function un-registers device driver
*/
static void vpfe_cleanup(void)
{
platform_driver_unregister(&vpfe_driver);
}

module_init(vpfe_init);
module_exit(vpfe_cleanup);
module_platform_driver(vpfe_driver);

0 comments on commit 65c13a5

Please sign in to comment.