diff options
-rw-r--r-- | drivers/media/platform/exynos4-is/fimc-lite.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/platform/exynos4-is/fimc-lite.c b/drivers/media/platform/exynos4-is/fimc-lite.c index 5213ff03d28a..779ec3cd259d 100644 --- a/drivers/media/platform/exynos4-is/fimc-lite.c +++ b/drivers/media/platform/exynos4-is/fimc-lite.c | |||
@@ -1588,6 +1588,7 @@ err_clk_put: | |||
1588 | return ret; | 1588 | return ret; |
1589 | } | 1589 | } |
1590 | 1590 | ||
1591 | #ifdef CONFIG_PM_RUNTIME | ||
1591 | static int fimc_lite_runtime_resume(struct device *dev) | 1592 | static int fimc_lite_runtime_resume(struct device *dev) |
1592 | { | 1593 | { |
1593 | struct fimc_lite *fimc = dev_get_drvdata(dev); | 1594 | struct fimc_lite *fimc = dev_get_drvdata(dev); |
@@ -1603,6 +1604,7 @@ static int fimc_lite_runtime_suspend(struct device *dev) | |||
1603 | clk_disable(fimc->clock); | 1604 | clk_disable(fimc->clock); |
1604 | return 0; | 1605 | return 0; |
1605 | } | 1606 | } |
1607 | #endif | ||
1606 | 1608 | ||
1607 | #ifdef CONFIG_PM_SLEEP | 1609 | #ifdef CONFIG_PM_SLEEP |
1608 | static int fimc_lite_resume(struct device *dev) | 1610 | static int fimc_lite_resume(struct device *dev) |