diff options
Diffstat (limited to 'include/linux/devfreq-event.h')
-rw-r--r-- | include/linux/devfreq-event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/devfreq-event.h b/include/linux/devfreq-event.h index 602fbbfcfeed..0a83a1e648b0 100644 --- a/include/linux/devfreq-event.h +++ b/include/linux/devfreq-event.h | |||
@@ -91,7 +91,7 @@ struct devfreq_event_desc { | |||
91 | const char *name; | 91 | const char *name; |
92 | void *driver_data; | 92 | void *driver_data; |
93 | 93 | ||
94 | struct devfreq_event_ops *ops; | 94 | const struct devfreq_event_ops *ops; |
95 | }; | 95 | }; |
96 | 96 | ||
97 | #if defined(CONFIG_PM_DEVFREQ_EVENT) | 97 | #if defined(CONFIG_PM_DEVFREQ_EVENT) |