drivers: regulator: adp5360: remove unused init priority

The common init priority is a leftover from a previous implementation.
Remove it as it's not used.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2023-05-24 14:23:13 +02:00 committed by Anas Nashif
commit d99afcd0da

View file

@ -9,20 +9,9 @@ config REGULATOR_ADP5360
help
Enable the Analog Devices ADP5360 PMIC regulator driver
if REGULATOR_ADP5360
config REGULATOR_ADP5360_COMMON_INIT_PRIORITY
int "ADP5360 regulator driver init priority (common part)"
default 75
help
Init priority for the Analog Devices ADP5360 regulator driver (common
part). It must be greater than I2C init priority.
config REGULATOR_ADP5360_INIT_PRIORITY
int "ADP5360 regulator driver init priority"
default 76
depends on REGULATOR_ADP5360
help
Init priority for the Analog Devices ADP5360 regulator driver. It must
be greater than REGULATOR_ADP5360_COMMON_INIT_PRIORITY.
endif
Init priority for the Analog Devices ADP5360 regulator driver.