Merge branches 'pm-domains' and 'pm-cpufreq'
[firefly-linux-kernel-4.4.55.git] / drivers / base / power / domain.c
index 4e3a1f108b9ce2aa1ce049b9909ea5d0d5167741..167418e73445a4f69b372f9205f65ca43f525c9d 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. */