Merge branch 'next/cleanup-use-static' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / arch / arm / mach-exynos / clock-exynos4212.c
index 48af28566fa168703083ed900c7fc8a2a9701998..8e07ab13ff19f8a6631f97500fa6d90a038f032e 100644 (file)
@@ -89,7 +89,7 @@ static void exynos4212_clock_resume(void)
 #define exynos4212_clock_resume NULL
 #endif
 
-struct syscore_ops exynos4212_clock_syscore_ops = {
+static struct syscore_ops exynos4212_clock_syscore_ops = {
        .suspend        = exynos4212_clock_suspend,
        .resume         = exynos4212_clock_resume,
 };
This page took 0.029726 seconds and 5 git commands to generate.