Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343790
b: refs/heads/master
c: 01aea0b
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Mauro Carvalho Chehab committed Oct 25, 2012
1 parent 649431b commit fb12481
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: 9ac1510407cbadb2ff6790c296617405fda27895
refs/heads/master: 01aea0bfd8dfa8bc868df33904461984bb10a87a
13 changes: 1 addition & 12 deletions trunk/drivers/media/i2c/adv7183.c
Original file line number Diff line number Diff line change
Expand Up @@ -681,18 +681,7 @@ static struct i2c_driver adv7183_driver = {
.id_table = adv7183_id,
};

static __init int adv7183_init(void)
{
return i2c_add_driver(&adv7183_driver);
}

static __exit void adv7183_exit(void)
{
i2c_del_driver(&adv7183_driver);
}

module_init(adv7183_init);
module_exit(adv7183_exit);
module_i2c_driver(adv7183_driver);

MODULE_DESCRIPTION("Analog Devices ADV7183 video decoder driver");
MODULE_AUTHOR("Scott Jiang <Scott.Jiang.Linux@gmail.com>");
Expand Down

0 comments on commit fb12481

Please sign in to comment.