Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343788
b: refs/heads/master
c: 74ffbf8
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Mauro Carvalho Chehab committed Oct 25, 2012
1 parent 1961aba commit e807de1
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 97 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: 275ffde4620334d592871bae4478f58de8a6fc2a
refs/heads/master: 74ffbf86db2b561f6a035ee63110ae3721e7a36a
13 changes: 1 addition & 12 deletions trunk/drivers/staging/media/go7007/s2250-board.c
Original file line number Diff line number Diff line change
Expand Up @@ -688,15 +688,4 @@ static struct i2c_driver s2250_driver = {
.id_table = s2250_id,
};

static __init int init_s2250(void)
{
return i2c_add_driver(&s2250_driver);
}

static __exit void exit_s2250(void)
{
i2c_del_driver(&s2250_driver);
}

module_init(init_s2250);
module_exit(exit_s2250);
module_i2c_driver(s2250_driver);
13 changes: 1 addition & 12 deletions trunk/drivers/staging/media/go7007/wis-ov7640.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,6 @@ static struct i2c_driver wis_ov7640_driver = {
.id_table = wis_ov7640_id,
};

static int __init wis_ov7640_init(void)
{
return i2c_add_driver(&wis_ov7640_driver);
}

static void __exit wis_ov7640_cleanup(void)
{
i2c_del_driver(&wis_ov7640_driver);
}

module_init(wis_ov7640_init);
module_exit(wis_ov7640_cleanup);
module_i2c_driver(wis_ov7640_driver);

MODULE_LICENSE("GPL v2");
13 changes: 1 addition & 12 deletions trunk/drivers/staging/media/go7007/wis-saa7113.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,17 +320,6 @@ static struct i2c_driver wis_saa7113_driver = {
.id_table = wis_saa7113_id,
};

static int __init wis_saa7113_init(void)
{
return i2c_add_driver(&wis_saa7113_driver);
}

static void __exit wis_saa7113_cleanup(void)
{
i2c_del_driver(&wis_saa7113_driver);
}

module_init(wis_saa7113_init);
module_exit(wis_saa7113_cleanup);
module_i2c_driver(wis_saa7113_driver);

MODULE_LICENSE("GPL v2");
13 changes: 1 addition & 12 deletions trunk/drivers/staging/media/go7007/wis-saa7115.c
Original file line number Diff line number Diff line change
Expand Up @@ -453,17 +453,6 @@ static struct i2c_driver wis_saa7115_driver = {
.id_table = wis_saa7115_id,
};

static int __init wis_saa7115_init(void)
{
return i2c_add_driver(&wis_saa7115_driver);
}

static void __exit wis_saa7115_cleanup(void)
{
i2c_del_driver(&wis_saa7115_driver);
}

module_init(wis_saa7115_init);
module_exit(wis_saa7115_cleanup);
module_i2c_driver(wis_saa7115_driver);

MODULE_LICENSE("GPL v2");
13 changes: 1 addition & 12 deletions trunk/drivers/staging/media/go7007/wis-sony-tuner.c
Original file line number Diff line number Diff line change
Expand Up @@ -704,17 +704,6 @@ static struct i2c_driver wis_sony_tuner_driver = {
.id_table = wis_sony_tuner_id,
};

static int __init wis_sony_tuner_init(void)
{
return i2c_add_driver(&wis_sony_tuner_driver);
}

static void __exit wis_sony_tuner_cleanup(void)
{
i2c_del_driver(&wis_sony_tuner_driver);
}

module_init(wis_sony_tuner_init);
module_exit(wis_sony_tuner_cleanup);
module_i2c_driver(wis_sony_tuner_driver);

MODULE_LICENSE("GPL v2");
13 changes: 1 addition & 12 deletions trunk/drivers/staging/media/go7007/wis-tw2804.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,17 +341,6 @@ static struct i2c_driver wis_tw2804_driver = {
.id_table = wis_tw2804_id,
};

static int __init wis_tw2804_init(void)
{
return i2c_add_driver(&wis_tw2804_driver);
}

static void __exit wis_tw2804_cleanup(void)
{
i2c_del_driver(&wis_tw2804_driver);
}

module_init(wis_tw2804_init);
module_exit(wis_tw2804_cleanup);
module_i2c_driver(wis_tw2804_driver);

MODULE_LICENSE("GPL v2");
13 changes: 1 addition & 12 deletions trunk/drivers/staging/media/go7007/wis-tw9903.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,17 +325,6 @@ static struct i2c_driver wis_tw9903_driver = {
.id_table = wis_tw9903_id,
};

static int __init wis_tw9903_init(void)
{
return i2c_add_driver(&wis_tw9903_driver);
}

static void __exit wis_tw9903_cleanup(void)
{
i2c_del_driver(&wis_tw9903_driver);
}

module_init(wis_tw9903_init);
module_exit(wis_tw9903_cleanup);
module_i2c_driver(wis_tw9903_driver);

MODULE_LICENSE("GPL v2");
13 changes: 1 addition & 12 deletions trunk/drivers/staging/media/go7007/wis-uda1342.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,6 @@ static struct i2c_driver wis_uda1342_driver = {
.id_table = wis_uda1342_id,
};

static int __init wis_uda1342_init(void)
{
return i2c_add_driver(&wis_uda1342_driver);
}

static void __exit wis_uda1342_cleanup(void)
{
i2c_del_driver(&wis_uda1342_driver);
}

module_init(wis_uda1342_init);
module_exit(wis_uda1342_cleanup);
module_i2c_driver(wis_uda1342_driver);

MODULE_LICENSE("GPL v2");

0 comments on commit e807de1

Please sign in to comment.