diff options
Diffstat (limited to 'drivers/media/i2c/adv7183.c')
-rw-r--r-- | drivers/media/i2c/adv7183.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/adv7183.c b/drivers/media/i2c/adv7183.c index 10c3c1db4cdd..6fed5b74e743 100644 --- a/drivers/media/i2c/adv7183.c +++ b/drivers/media/i2c/adv7183.c | |||
@@ -677,7 +677,7 @@ static struct i2c_driver adv7183_driver = { | |||
677 | .name = "adv7183", | 677 | .name = "adv7183", |
678 | }, | 678 | }, |
679 | .probe = adv7183_probe, | 679 | .probe = adv7183_probe, |
680 | .remove = __devexit_p(adv7183_remove), | 680 | .remove = adv7183_remove, |
681 | .id_table = adv7183_id, | 681 | .id_table = adv7183_id, |
682 | }; | 682 | }; |
683 | 683 | ||