diff options
Diffstat (limited to 'drivers/media/video/cx25840/cx25840-core.c')
-rw-r--r-- | drivers/media/video/cx25840/cx25840-core.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/media/video/cx25840/cx25840-core.c b/drivers/media/video/cx25840/cx25840-core.c index 05247d4c340a..fc1ff69cffd0 100644 --- a/drivers/media/video/cx25840/cx25840-core.c +++ b/drivers/media/video/cx25840/cx25840-core.c | |||
@@ -5301,15 +5301,4 @@ static struct i2c_driver cx25840_driver = { | |||
5301 | .id_table = cx25840_id, | 5301 | .id_table = cx25840_id, |
5302 | }; | 5302 | }; |
5303 | 5303 | ||
5304 | static __init int init_cx25840(void) | 5304 | module_i2c_driver(cx25840_driver); |
5305 | { | ||
5306 | return i2c_add_driver(&cx25840_driver); | ||
5307 | } | ||
5308 | |||
5309 | static __exit void exit_cx25840(void) | ||
5310 | { | ||
5311 | i2c_del_driver(&cx25840_driver); | ||
5312 | } | ||
5313 | |||
5314 | module_init(init_cx25840); | ||
5315 | module_exit(exit_cx25840); | ||