Skip to content

Commit

Permalink
Merge branch 'pm-opp'
Browse files Browse the repository at this point in the history
* pm-opp:
  PM / OPP: Export opp_add()
  • Loading branch information
Rafael J. Wysocki committed Aug 26, 2013
2 parents e894245 + b071f2b commit 95b6fcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/base/power/opp.c
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ int opp_add(struct device *dev, unsigned long freq, unsigned long u_volt)
srcu_notifier_call_chain(&dev_opp->head, OPP_EVENT_ADD, new_opp);
return 0;
}
EXPORT_SYMBOL_GPL(opp_add);

/**
* opp_set_availability() - helper to set the availability of an opp
Expand Down

0 comments on commit 95b6fcb

Please sign in to comment.