Skip to content

Commit 9a40cb0

Browse files
Venkat Reddy Tallabroonie
authored andcommitted
regulator: max77620: remove unused variable
max77620_reuglator_pdata structure variable reg_idata is not used anywhere in the regulator driver, so removing it. Signed-off-by: Venkat Reddy Talla <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent 1001354 commit 9a40cb0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/regulator/max77620-regulator.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ struct max77620_regulator_info {
7373
};
7474

7575
struct max77620_regulator_pdata {
76-
struct regulator_init_data *reg_idata;
7776
int active_fps_src;
7877
int active_fps_pd_slot;
7978
int active_fps_pu_slot;

0 commit comments

Comments
 (0)