Re: [PATCH] clk: samsung: exynos4415: Fix build with PM_SLEEP disabled

2014-12-01 Thread Chanwoo Choi
On 12/01/2014 06:12 PM, Krzysztof Kozlowski wrote: > Fix following build errors when PM_SLEEP is disabled (e.g. by disabling > SUSPEND and HIBERNATION): > > drivers/clk/samsung/clk-exynos4415.c: In function ‘exynos4415_cmu_init’: > drivers/clk/samsung/clk-exynos4415.c:982:2: error: ‘exynos4415_ctx

[PATCH] clk: samsung: exynos4415: Fix build with PM_SLEEP disabled

2014-12-01 Thread Krzysztof Kozlowski
Fix following build errors when PM_SLEEP is disabled (e.g. by disabling SUSPEND and HIBERNATION): drivers/clk/samsung/clk-exynos4415.c: In function ‘exynos4415_cmu_init’: drivers/clk/samsung/clk-exynos4415.c:982:2: error: ‘exynos4415_ctx’ undeclared (first use in this function) drivers/clk/samsun