diff options
Diffstat (limited to 'drivers/media/platform/s5p-fimc/fimc-mdevice.c')
-rw-r--r-- | drivers/media/platform/s5p-fimc/fimc-mdevice.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/platform/s5p-fimc/fimc-mdevice.c b/drivers/media/platform/s5p-fimc/fimc-mdevice.c index 1bd5678cfeb9..4ab99f3a7b09 100644 --- a/drivers/media/platform/s5p-fimc/fimc-mdevice.c +++ b/drivers/media/platform/s5p-fimc/fimc-mdevice.c | |||
@@ -1000,7 +1000,7 @@ err_md: | |||
1000 | return ret; | 1000 | return ret; |
1001 | } | 1001 | } |
1002 | 1002 | ||
1003 | static int __devexit fimc_md_remove(struct platform_device *pdev) | 1003 | static int fimc_md_remove(struct platform_device *pdev) |
1004 | { | 1004 | { |
1005 | struct fimc_md *fmd = platform_get_drvdata(pdev); | 1005 | struct fimc_md *fmd = platform_get_drvdata(pdev); |
1006 | 1006 | ||
@@ -1015,7 +1015,7 @@ static int __devexit fimc_md_remove(struct platform_device *pdev) | |||
1015 | 1015 | ||
1016 | static struct platform_driver fimc_md_driver = { | 1016 | static struct platform_driver fimc_md_driver = { |
1017 | .probe = fimc_md_probe, | 1017 | .probe = fimc_md_probe, |
1018 | .remove = __devexit_p(fimc_md_remove), | 1018 | .remove = fimc_md_remove, |
1019 | .driver = { | 1019 | .driver = { |
1020 | .name = "s5p-fimc-md", | 1020 | .name = "s5p-fimc-md", |
1021 | .owner = THIS_MODULE, | 1021 | .owner = THIS_MODULE, |