diff options
Diffstat (limited to 'drivers/media/platform/s5p-fimc/mipi-csis.c')
| -rw-r--r-- | drivers/media/platform/s5p-fimc/mipi-csis.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/platform/s5p-fimc/mipi-csis.c b/drivers/media/platform/s5p-fimc/mipi-csis.c index 4c961b1b68e6..ec3fa7d75306 100644 --- a/drivers/media/platform/s5p-fimc/mipi-csis.c +++ b/drivers/media/platform/s5p-fimc/mipi-csis.c | |||
| @@ -654,7 +654,7 @@ static irqreturn_t s5pcsis_irq_handler(int irq, void *dev_id) | |||
| 654 | return IRQ_HANDLED; | 654 | return IRQ_HANDLED; |
| 655 | } | 655 | } |
| 656 | 656 | ||
| 657 | static int __devinit s5pcsis_probe(struct platform_device *pdev) | 657 | static int s5pcsis_probe(struct platform_device *pdev) |
| 658 | { | 658 | { |
| 659 | struct s5p_platform_mipi_csis *pdata; | 659 | struct s5p_platform_mipi_csis *pdata; |
| 660 | struct resource *mem_res; | 660 | struct resource *mem_res; |
| @@ -851,7 +851,7 @@ static int s5pcsis_runtime_resume(struct device *dev) | |||
| 851 | } | 851 | } |
| 852 | #endif | 852 | #endif |
| 853 | 853 | ||
| 854 | static int __devexit s5pcsis_remove(struct platform_device *pdev) | 854 | static int s5pcsis_remove(struct platform_device *pdev) |
| 855 | { | 855 | { |
| 856 | struct v4l2_subdev *sd = platform_get_drvdata(pdev); | 856 | struct v4l2_subdev *sd = platform_get_drvdata(pdev); |
| 857 | struct csis_state *state = sd_to_csis_state(sd); | 857 | struct csis_state *state = sd_to_csis_state(sd); |
| @@ -876,7 +876,7 @@ static const struct dev_pm_ops s5pcsis_pm_ops = { | |||
| 876 | 876 | ||
| 877 | static struct platform_driver s5pcsis_driver = { | 877 | static struct platform_driver s5pcsis_driver = { |
| 878 | .probe = s5pcsis_probe, | 878 | .probe = s5pcsis_probe, |
| 879 | .remove = __devexit_p(s5pcsis_remove), | 879 | .remove = s5pcsis_remove, |
| 880 | .driver = { | 880 | .driver = { |
| 881 | .name = CSIS_DRIVER_NAME, | 881 | .name = CSIS_DRIVER_NAME, |
| 882 | .owner = THIS_MODULE, | 882 | .owner = THIS_MODULE, |
