]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/base/power/opp/opp.h
PM / OPP: Use dev_pm_opp_get_opp_table() instead of _add_opp_table()
[mirror_ubuntu-artful-kernel.git] / drivers / base / power / opp / opp.h
index aae4d8f480ef0213466836aa7142bd51b51c8f28..a0172436334786a1fc14281b85e6d45520b04ef5 100644 (file)
@@ -196,7 +196,6 @@ struct opp_table {
 /* Routines internal to opp core */
 void _get_opp_table_kref(struct opp_table *opp_table);
 struct opp_table *_find_opp_table(struct device *dev);
-struct opp_table *_add_opp_table(struct device *dev);
 struct opp_device *_add_opp_dev(const struct device *dev, struct opp_table *opp_table);
 void _dev_pm_opp_remove_table(struct opp_table *opp_table, struct device *dev, bool remove_all);
 void _dev_pm_opp_find_and_remove_table(struct device *dev, bool remove_all);