Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320160
b: refs/heads/master
c: 02a890d
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Mauro Carvalho Chehab committed Jul 6, 2012
1 parent ab742f9 commit 715ed30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 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: 500c3201e2aed201f2de0468dfeb3ceb98a9f981
refs/heads/master: 02a890d6262df653e5efdf47658f2330a6407f3e
12 changes: 1 addition & 11 deletions trunk/drivers/media/video/s5p-tv/sii9234_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -419,14 +419,4 @@ static struct i2c_driver sii9234_driver = {
.id_table = sii9234_id,
};

static int __init sii9234_init(void)
{
return i2c_add_driver(&sii9234_driver);
}
module_init(sii9234_init);

static void __exit sii9234_exit(void)
{
i2c_del_driver(&sii9234_driver);
}
module_exit(sii9234_exit);
module_i2c_driver(sii9234_driver);

0 comments on commit 715ed30

Please sign in to comment.