diff options
Diffstat (limited to 'drivers/media/video/upd64083.c')
-rw-r--r-- | drivers/media/video/upd64083.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/media/video/upd64083.c b/drivers/media/video/upd64083.c index 65d065aa6091..75d6acc62018 100644 --- a/drivers/media/video/upd64083.c +++ b/drivers/media/video/upd64083.c | |||
@@ -243,15 +243,4 @@ static struct i2c_driver upd64083_driver = { | |||
243 | .id_table = upd64083_id, | 243 | .id_table = upd64083_id, |
244 | }; | 244 | }; |
245 | 245 | ||
246 | static __init int init_upd64083(void) | 246 | module_i2c_driver(upd64083_driver); |
247 | { | ||
248 | return i2c_add_driver(&upd64083_driver); | ||
249 | } | ||
250 | |||
251 | static __exit void exit_upd64083(void) | ||
252 | { | ||
253 | i2c_del_driver(&upd64083_driver); | ||
254 | } | ||
255 | |||
256 | module_init(init_upd64083); | ||
257 | module_exit(exit_upd64083); | ||