diff options
Diffstat (limited to 'drivers/media/video/tea6415c.c')
-rw-r--r-- | drivers/media/video/tea6415c.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/media/video/tea6415c.c b/drivers/media/video/tea6415c.c index 827425c5b866..d1d6ea1dd273 100644 --- a/drivers/media/video/tea6415c.c +++ b/drivers/media/video/tea6415c.c | |||
@@ -184,15 +184,4 @@ static struct i2c_driver tea6415c_driver = { | |||
184 | .id_table = tea6415c_id, | 184 | .id_table = tea6415c_id, |
185 | }; | 185 | }; |
186 | 186 | ||
187 | static __init int init_tea6415c(void) | 187 | module_i2c_driver(tea6415c_driver); |
188 | { | ||
189 | return i2c_add_driver(&tea6415c_driver); | ||
190 | } | ||
191 | |||
192 | static __exit void exit_tea6415c(void) | ||
193 | { | ||
194 | i2c_del_driver(&tea6415c_driver); | ||
195 | } | ||
196 | |||
197 | module_init(init_tea6415c); | ||
198 | module_exit(exit_tea6415c); | ||