ARM: EXYNOS: replace clock.c for other new EXYNOS SoCs
[deliverable/linux.git] / arch / arm / mach-exynos / clock-exynos4210.c
index 13312ccb2d9366f30e1295d403e0212c4f6b3e24..904240109d9410c8842f951e617e2e9917aaccca 100644 (file)
@@ -28,9 +28,9 @@
 #include <mach/hardware.h>
 #include <mach/map.h>
 #include <mach/regs-clock.h>
-#include <mach/exynos4-clock.h>
 
 #include "common.h"
+#include "clock-exynos4.h"
 
 #ifdef CONFIG_PM_SLEEP
 static struct sleep_save exynos4210_clock_save[] = {
@@ -117,7 +117,7 @@ static void exynos4210_clock_resume(void)
 #define exynos4210_clock_resume NULL
 #endif
 
-struct syscore_ops exynos4210_clock_syscore_ops = {
+static struct syscore_ops exynos4210_clock_syscore_ops = {
        .suspend        = exynos4210_clock_suspend,
        .resume         = exynos4210_clock_resume,
 };
This page took 0.025464 seconds and 5 git commands to generate.