Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95b6fcb0 authored by Rafael J. Wysocki's avatar Rafael J. Wysocki
Browse files

Merge branch 'pm-opp'

* pm-opp:
  PM / OPP: Export opp_add()
parents e894245c b071f2b2
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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);
	srcu_notifier_call_chain(&dev_opp->head, OPP_EVENT_ADD, new_opp);
	return 0;
	return 0;
}
}
EXPORT_SYMBOL_GPL(opp_add);


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