Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343795
b: refs/heads/master
c: 50509e5
h: refs/heads/master
i:
  343793: 6e71560
  343791: 0f5e0bc
v: v3
  • Loading branch information
Srinivas Kandagatla authored and Mauro Carvalho Chehab committed Oct 27, 2012
1 parent 59dec44 commit ac12403
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: 7f2b3a7d8c8dbf3c9f70561f8a6d3a85b36cd16b
refs/heads/master: 50509e5cfe6cb7dffde71a454c3266fbb55fbff1
14 changes: 1 addition & 13 deletions trunk/drivers/media/platform/m2m-deinterlace.c
Original file line number Diff line number Diff line change
Expand Up @@ -1108,17 +1108,5 @@ static struct platform_driver deinterlace_pdrv = {
.owner = THIS_MODULE,
},
};

static void __exit deinterlace_exit(void)
{
platform_driver_unregister(&deinterlace_pdrv);
}

static int __init deinterlace_init(void)
{
return platform_driver_register(&deinterlace_pdrv);
}

module_init(deinterlace_init);
module_exit(deinterlace_exit);
module_platform_driver(deinterlace_pdrv);

0 comments on commit ac12403

Please sign in to comment.