|
@@ -84,8 +84,9 @@ struct devfreq_dev_status {
|
|
* from devfreq_remove_device() call. If the user
|
|
* from devfreq_remove_device() call. If the user
|
|
* has registered devfreq->nb at a notifier-head,
|
|
* has registered devfreq->nb at a notifier-head,
|
|
* this is the time to unregister it.
|
|
* this is the time to unregister it.
|
|
- * @freq_table: Optional list of frequencies to support statistics.
|
|
|
|
- * @max_state: The size of freq_table.
|
|
|
|
|
|
+ * @freq_table: Optional list of frequencies to support statistics
|
|
|
|
+ * and freq_table must be generated in ascending order.
|
|
|
|
+ * @max_state: The size of freq_table.
|
|
*/
|
|
*/
|
|
struct devfreq_dev_profile {
|
|
struct devfreq_dev_profile {
|
|
unsigned long initial_freq;
|
|
unsigned long initial_freq;
|