diff options
| author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-03-24 17:49:56 +0300 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-03-24 17:49:56 +0300 |
| commit | c5a55e427c947f013f08cbbf2be23bd4df2c9590 (patch) | |
| tree | d9bef00449af862d36a05d583c39222fa6425637 /include/linux | |
| parent | 5a98796468e655048a3b37bf94cbe9a36ce58e32 (diff) | |
| parent | 3efeeaf85f5cab84aa05003308eddb62e2acf5bd (diff) | |
| download | linux-c5a55e427c947f013f08cbbf2be23bd4df2c9590.tar.xz | |
Merge branch 'pm-misc'
Merge two commits removing unused helper functions related to power
management (David Alan Gilbert).
* pm-misc:
PM: clk: Remove unused pm_clk_remove()
PM: clk: remove unused of_pm_clk_add_clk()
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pm_clock.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/pm_clock.h b/include/linux/pm_clock.h index 68669ce18720..c3b46fa358d3 100644 --- a/include/linux/pm_clock.h +++ b/include/linux/pm_clock.h @@ -41,9 +41,7 @@ extern int pm_clk_create(struct device *dev); extern void pm_clk_destroy(struct device *dev); extern int pm_clk_add(struct device *dev, const char *con_id); extern int pm_clk_add_clk(struct device *dev, struct clk *clk); -extern int of_pm_clk_add_clk(struct device *dev, const char *name); extern int of_pm_clk_add_clks(struct device *dev); -extern void pm_clk_remove(struct device *dev, const char *con_id); extern void pm_clk_remove_clk(struct device *dev, struct clk *clk); extern int pm_clk_suspend(struct device *dev); extern int pm_clk_resume(struct device *dev); @@ -76,9 +74,6 @@ static inline int of_pm_clk_add_clks(struct device *dev) { return -EINVAL; } -static inline void pm_clk_remove(struct device *dev, const char *con_id) -{ -} #define pm_clk_suspend NULL #define pm_clk_resume NULL static inline void pm_clk_remove_clk(struct device *dev, struct clk *clk) |
