diff options
Diffstat (limited to 'include/linux/opp.h')
-rw-r--r-- | include/linux/opp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/opp.h b/include/linux/opp.h index ee94b33080c2..2a4e5faee904 100644 --- a/include/linux/opp.h +++ b/include/linux/opp.h | |||
@@ -19,6 +19,7 @@ | |||
19 | #include <linux/notifier.h> | 19 | #include <linux/notifier.h> |
20 | 20 | ||
21 | struct opp; | 21 | struct opp; |
22 | struct device; | ||
22 | 23 | ||
23 | enum opp_event { | 24 | enum opp_event { |
24 | OPP_EVENT_ADD, OPP_EVENT_ENABLE, OPP_EVENT_DISABLE, | 25 | OPP_EVENT_ADD, OPP_EVENT_ENABLE, OPP_EVENT_DISABLE, |