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

Commit cddd8cb0 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "power: pmic-voter: fix compilation issue"

parents bfa9ebc4 372ae385
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -10,6 +10,9 @@
 * GNU General Public License for more details.
 */

#ifndef __PMIC_VOTER_H
#define __PMIC_VOTER_H

#include <linux/mutex.h>

struct votable;
@@ -39,3 +42,5 @@ struct votable *create_votable(struct device *dev, const char *name,
					);
void lock_votable(struct votable *votable);
void unlock_votable(struct votable  *votable);

#endif /* __PMIC_VOTER_H */