From: Krzysztof Kozlowski Date: Tue, 17 Dec 2013 09:56:39 +0000 (+0100) Subject: clk: exynos: File scope reg_save array should depend on PM_SLEEP X-Git-Tag: v3.13-rc8~9^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fd68c99f3026f4fe3a1b7b6fb75e5638b2032fd;p=pandora-kernel.git clk: exynos: File scope reg_save array should depend on PM_SLEEP Move reg_save[] into CONFIG_PM_SLEEP dependency block as it is used only by suspend and resume functions. This fixes the warning on CONFIG_PM_SLEEP=n: drivers/clk/samsung/clk-exynos-audss.c:29:22: warning: ‘reg_save’ defined but not used [-Wunused-variable] Signed-off-by: Krzysztof Kozlowski Acked-by: Mike Turquette Signed-off-by: Tomasz Figa --- Reading git-diff-tree failed