mirror of
https://github.com/torvalds/linux.git
synced 2024-12-01 00:21:32 +00:00
[media] staging :go700: use module_i2c_driver to simplify the code
Use the module_i2c_driver() macro to make the code smaller and a bit simpler. dpatch engine is used to auto generate this patch. (https://github.com/weiyj/dpatch) Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
275ffde462
commit
74ffbf86db
@ -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);
|
||||
|
@ -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");
|
||||
|
@ -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");
|
||||
|
@ -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");
|
||||
|
@ -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");
|
||||
|
@ -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");
|
||||
|
@ -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");
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user