mirror of
https://github.com/LineageOS/android_kernel_fxtec_sm6115.git
synced 2026-08-18 11:41:01 +00:00
regulator: cpr3-regulator: Fix compilation error
Fix the compilation error introduced by commit 1b363ea70f03
("regulator: add snapshot of cpr3-regulator and dependent drivers").
Change-Id: Ic6b3982da6fd2c06aecdcfcfe0e92eed6df32881
Signed-off-by: Asha Magadi Venkateshamurthy <amagad@codeaurora.org>
This commit is contained in:
@ -337,7 +337,7 @@ struct cpr3_regulator {
|
||||
struct regulator_dev *rdev;
|
||||
struct regulator *mem_acc_regulator;
|
||||
struct regulator *ldo_regulator;
|
||||
enum msm_ldo_supply_mode ldo_regulator_bypass
|
||||
enum msm_ldo_supply_mode ldo_regulator_bypass;
|
||||
struct regulator *ldo_ret_regulator;
|
||||
struct cpr3_corner *corner;
|
||||
int corner_count;
|
||||
|
||||
@ -908,7 +908,6 @@ static int cprh_msm8998_partial_binning_override(struct cpr3_regulator *vreg)
|
||||
{
|
||||
struct cprh_kbss_fuses *fuse = vreg->platform_fuses;
|
||||
struct cpr3_corner *corner;
|
||||
struct cpr4_sdelta *sdelta;
|
||||
int i;
|
||||
u32 proc_freq;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user