diff options
| -rw-r--r-- | drivers/base/power/opp/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/power/opp/core.c b/drivers/base/power/opp/core.c index 541d32c00cbc..91ec3232d630 100644 --- a/drivers/base/power/opp/core.c +++ b/drivers/base/power/opp/core.c | |||
| @@ -46,7 +46,7 @@ static struct opp_device *_find_opp_dev(const struct device *dev, | |||
| 46 | return NULL; | 46 | return NULL; |
| 47 | } | 47 | } |
| 48 | 48 | ||
| 49 | struct opp_table *_find_opp_table_unlocked(struct device *dev) | 49 | static struct opp_table *_find_opp_table_unlocked(struct device *dev) |
| 50 | { | 50 | { |
| 51 | struct opp_table *opp_table; | 51 | struct opp_table *opp_table; |
| 52 | 52 | ||
