summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/power/pmic-voter.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/power/pmic-voter.h b/drivers/power/pmic-voter.h
index 363444468a82..30cfecad4287 100644
--- a/drivers/power/pmic-voter.h
+++ b/drivers/power/pmic-voter.h
@@ -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 */