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

Commit 7094f005 authored by Abhijeet Dharmapurikar's avatar Abhijeet Dharmapurikar Committed by Ankit Sharma
Browse files

pmic-voter: move to common header location



pmic-voter.h needs to be used in the qcom-tadc driver which resides
outside of the power/supply/qcom location. Move it to include/linux.

Change-Id: I5079a8504573da2a800fd458ef9aa5931056d8c2
Signed-off-by: default avatarAbhijeet Dharmapurikar <adharmap@codeaurora.org>
parent 90e1aa53
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
#include <linux/slab.h>
#include <linux/string.h>

#include "pmic-voter.h"
#include <linux/pmic-voter.h>

#define NUM_MAX_CLIENTS	12
#define DEBUG_FORCE_CLIENT	"DEBUG_FORCE_CLIENT"
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
#include <linux/of_batterydata.h>
#include <linux/msm_bcl.h>
#include <linux/ktime.h>
#include "pmic-voter.h"
#include <linux/pmic-voter.h>

/* Mask/Bit helpers */
#define _SMB_MASK(BITS, POS) \
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
#include <linux/regulator/driver.h>
#include <linux/regulator/of_regulator.h>
#include <linux/regulator/machine.h>
#include "pmic-voter.h"
#include <linux/pmic-voter.h>
#include "smb138x-charger.h"

#define SMB_DEFAULT_FCC_UA 1000000
+0 −0

File moved.