Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343789
b: refs/heads/master
c: 9ac1510
h: refs/heads/master
i:
  343787: 1961aba
v: v3
  • Loading branch information
Wei Yongjun authored and Mauro Carvalho Chehab committed Oct 25, 2012
1 parent e807de1 commit 649431b
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: 74ffbf86db2b561f6a035ee63110ae3721e7a36a
refs/heads/master: 9ac1510407cbadb2ff6790c296617405fda27895
13 changes: 1 addition & 12 deletions trunk/drivers/media/i2c/vs6624.c
Original file line number Diff line number Diff line change
Expand Up @@ -910,18 +910,7 @@ static struct i2c_driver vs6624_driver = {
.id_table = vs6624_id,
};

static __init int vs6624_init(void)
{
return i2c_add_driver(&vs6624_driver);
}

static __exit void vs6624_exit(void)
{
i2c_del_driver(&vs6624_driver);
}

module_init(vs6624_init);
module_exit(vs6624_exit);
module_i2c_driver(vs6624_driver);

MODULE_DESCRIPTION("VS6624 sensor driver");
MODULE_AUTHOR("Scott Jiang <Scott.Jiang.Linux@gmail.com>");
Expand Down

0 comments on commit 649431b

Please sign in to comment.