Loading include/linux/devfreq_cooling.h +2 −2 Original line number Diff line number Diff line Loading @@ -20,8 +20,6 @@ #include <linux/devfreq.h> #include <linux/thermal.h> #ifdef CONFIG_DEVFREQ_THERMAL /** * struct devfreq_cooling_power - Devfreq cooling power ops * @get_static_power: Take voltage, in mV, and return the static power Loading @@ -43,6 +41,8 @@ struct devfreq_cooling_power { unsigned long dyn_power_coeff; }; #ifdef CONFIG_DEVFREQ_THERMAL struct thermal_cooling_device * of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df, struct devfreq_cooling_power *dfc_power); Loading Loading
include/linux/devfreq_cooling.h +2 −2 Original line number Diff line number Diff line Loading @@ -20,8 +20,6 @@ #include <linux/devfreq.h> #include <linux/thermal.h> #ifdef CONFIG_DEVFREQ_THERMAL /** * struct devfreq_cooling_power - Devfreq cooling power ops * @get_static_power: Take voltage, in mV, and return the static power Loading @@ -43,6 +41,8 @@ struct devfreq_cooling_power { unsigned long dyn_power_coeff; }; #ifdef CONFIG_DEVFREQ_THERMAL struct thermal_cooling_device * of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df, struct devfreq_cooling_power *dfc_power); Loading