aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/power
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2018-12-11 12:02:46 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2018-12-11 12:02:46 +0100
commitc76aa322070ecba18e2269349de4b31a80354ceb (patch)
treee3a493505b5cf00d6102f3f97cda6f0db7537391 /include/linux/power
parentLinux 4.20-rc6 (diff)
parentPM / AVS: SmartReflex: remove unused function (diff)
downloadlinux-dev-c76aa322070ecba18e2269349de4b31a80354ceb.tar.xz
linux-dev-c76aa322070ecba18e2269349de4b31a80354ceb.zip
Merge back staging AVS changes for v4.21.
Diffstat (limited to 'include/linux/power')
-rw-r--r--include/linux/power/smartreflex.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/power/smartreflex.h b/include/linux/power/smartreflex.h
index 7b81dad712de..a586976f4784 100644
--- a/include/linux/power/smartreflex.h
+++ b/include/linux/power/smartreflex.h
@@ -303,9 +303,6 @@ void omap_sr_enable(struct voltagedomain *voltdm);
void omap_sr_disable(struct voltagedomain *voltdm);
void omap_sr_disable_reset_volt(struct voltagedomain *voltdm);
-/* API to register the pmic specific data with the smartreflex driver. */
-void omap_sr_register_pmic(struct omap_sr_pmic_data *pmic_data);
-
/* Smartreflex driver hooks to be called from Smartreflex class driver */
int sr_enable(struct omap_sr *sr, unsigned long volt);
void sr_disable(struct omap_sr *sr);
@@ -320,7 +317,5 @@ static inline void omap_sr_enable(struct voltagedomain *voltdm) {}
static inline void omap_sr_disable(struct voltagedomain *voltdm) {}
static inline void omap_sr_disable_reset_volt(
struct voltagedomain *voltdm) {}
-static inline void omap_sr_register_pmic(
- struct omap_sr_pmic_data *pmic_data) {}
#endif
#endif