diff options
Diffstat (limited to 'drivers/regulator/qcom-labibb-regulator.c')
| -rw-r--r-- | drivers/regulator/qcom-labibb-regulator.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/qcom-labibb-regulator.c b/drivers/regulator/qcom-labibb-regulator.c index bcf7140f3bc9..a8698ca61143 100644 --- a/drivers/regulator/qcom-labibb-regulator.c +++ b/drivers/regulator/qcom-labibb-regulator.c @@ -894,6 +894,7 @@ static int qcom_labibb_regulator_probe(struct platform_device *pdev)  static struct platform_driver qcom_labibb_regulator_driver = {  	.driver	= {  		.name = "qcom-lab-ibb-regulator", +		.probe_type = PROBE_PREFER_ASYNCHRONOUS,  		.of_match_table	= qcom_labibb_match,  	},  	.probe = qcom_labibb_regulator_probe,  |