diff options
Diffstat (limited to 'drivers/misc/eeprom/at24.c')
-rw-r--r-- | drivers/misc/eeprom/at24.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/eeprom/at24.c b/drivers/misc/eeprom/at24.c index ab1ad41786d1..3c36997bdacd 100644 --- a/drivers/misc/eeprom/at24.c +++ b/drivers/misc/eeprom/at24.c | |||
@@ -680,7 +680,7 @@ static struct i2c_driver at24_driver = { | |||
680 | .owner = THIS_MODULE, | 680 | .owner = THIS_MODULE, |
681 | }, | 681 | }, |
682 | .probe = at24_probe, | 682 | .probe = at24_probe, |
683 | .remove = __devexit_p(at24_remove), | 683 | .remove = at24_remove, |
684 | .id_table = at24_ids, | 684 | .id_table = at24_ids, |
685 | }; | 685 | }; |
686 | 686 | ||