Merge branches 'pm-domains' and 'pm-cpufreq'
[cascardo/linux.git] / drivers / base / power / domain.c
index 4e3a1f1..167418e 100644 (file)
@@ -1352,6 +1352,7 @@ int pm_genpd_add_subdomain(struct generic_pm_domain *genpd,
                kfree(link);
        return ret;
 }
+EXPORT_SYMBOL_GPL(pm_genpd_add_subdomain);
 
 /**
  * pm_genpd_remove_subdomain - Remove a subdomain from an I/O PM domain.
@@ -1399,6 +1400,7 @@ out:
 
        return ret;
 }
+EXPORT_SYMBOL_GPL(pm_genpd_remove_subdomain);
 
 /* Default device callbacks for generic PM domains. */