ARM: shmobile: Make rmobile_init_pm_domain() static
[deliverable/linux.git] / arch / arm / mach-shmobile / pm-rmobile.c
index 4b6f2ea3169fd3bf2cb0c0139cd678dbde23955a..63f35665df31092b326fdaafc4c591cd552349d4 100644 (file)
@@ -134,7 +134,7 @@ static int rmobile_pd_start_dev(struct device *dev)
        return ret;
 }
 
-void rmobile_init_pm_domain(struct rmobile_pm_domain *rmobile_pd)
+static void rmobile_init_pm_domain(struct rmobile_pm_domain *rmobile_pd)
 {
        struct generic_pm_domain *genpd = &rmobile_pd->genpd;
        struct dev_power_governor *gov = rmobile_pd->gov;
This page took 0.0242 seconds and 5 git commands to generate.