summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/exynos4-is
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-10-14 07:11:18 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-10-24 09:36:38 -0200
commitd3460b2abab3800e2d33d5529f8a54bd2e45b4e0 (patch)
tree2133e25bbe8213cd085ed2aac0c109c075de719e /drivers/media/platform/exynos4-is
parentde3767aaef5ced67d0037623655bd1acb24c7cc1 (diff)
downloadop-kernel-dev-d3460b2abab3800e2d33d5529f8a54bd2e45b4e0.zip
op-kernel-dev-d3460b2abab3800e2d33d5529f8a54bd2e45b4e0.tar.gz
[media] s5p-fimc: Only build suspend/resume for PM
If power management is disabled these functions become unused, so there is no reason to build them. This fixes a couple of build warnings when PM(_SLEEP,_RUNTIME) is not enabled. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/platform/exynos4-is')
-rw-r--r--drivers/media/platform/exynos4-is/fimc-core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/platform/exynos4-is/fimc-core.c b/drivers/media/platform/exynos4-is/fimc-core.c
index b70fd99..aee92d9 100644
--- a/drivers/media/platform/exynos4-is/fimc-core.c
+++ b/drivers/media/platform/exynos4-is/fimc-core.c
@@ -832,6 +832,7 @@ err:
return -ENXIO;
}
+#if defined(CONFIG_PM_RUNTIME) || defined(CONFIG_PM_SLEEP)
static int fimc_m2m_suspend(struct fimc_dev *fimc)
{
unsigned long flags;
@@ -870,6 +871,7 @@ static int fimc_m2m_resume(struct fimc_dev *fimc)
return 0;
}
+#endif /* CONFIG_PM_RUNTIME || CONFIG_PM_SLEEP */
static const struct of_device_id fimc_of_match[];
OpenPOWER on IntegriCloud