aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/sh_mobile_ceu_camera.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/sh_mobile_ceu_camera.c b/drivers/media/video/sh_mobile_ceu_camera.c
index 961e4484d72..7509990c65d 100644
--- a/drivers/media/video/sh_mobile_ceu_camera.c
+++ b/drivers/media/video/sh_mobile_ceu_camera.c
@@ -1836,7 +1836,7 @@ static struct platform_driver sh_mobile_ceu_driver = {
1836 .pm = &sh_mobile_ceu_dev_pm_ops, 1836 .pm = &sh_mobile_ceu_dev_pm_ops,
1837 }, 1837 },
1838 .probe = sh_mobile_ceu_probe, 1838 .probe = sh_mobile_ceu_probe,
1839 .remove = __exit_p(sh_mobile_ceu_remove), 1839 .remove = __devexit_p(sh_mobile_ceu_remove),
1840}; 1840};
1841 1841
1842static int __init sh_mobile_ceu_init(void) 1842static int __init sh_mobile_ceu_init(void)