diff options
Diffstat (limited to 'drivers/media/video/bt819.c')
-rw-r--r-- | drivers/media/video/bt819.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/media/video/bt819.c b/drivers/media/video/bt819.c index 859eabf57978..377bf05b1efd 100644 --- a/drivers/media/video/bt819.c +++ b/drivers/media/video/bt819.c | |||
@@ -514,15 +514,4 @@ static struct i2c_driver bt819_driver = { | |||
514 | .id_table = bt819_id, | 514 | .id_table = bt819_id, |
515 | }; | 515 | }; |
516 | 516 | ||
517 | static __init int init_bt819(void) | 517 | module_i2c_driver(bt819_driver); |
518 | { | ||
519 | return i2c_add_driver(&bt819_driver); | ||
520 | } | ||
521 | |||
522 | static __exit void exit_bt819(void) | ||
523 | { | ||
524 | i2c_del_driver(&bt819_driver); | ||
525 | } | ||
526 | |||
527 | module_init(init_bt819); | ||
528 | module_exit(exit_bt819); | ||