[PATCH 16/17] regulator: cros-ec-regulator: Add PL_CHROMEOS dependency

From: Gwendal Grignou
Date: Wed Jan 05 2022 - 17:10:43 EST


Use 'make nsdeps' to add missing dependencies.

Signed-off-by: Gwendal Grignou <gwendal@xxxxxxxxxxxx>
---
drivers/regulator/cros-ec-regulator.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/regulator/cros-ec-regulator.c b/drivers/regulator/cros-ec-regulator.c
index c4754f3cf23377..4bdd6a90700831 100644
--- a/drivers/regulator/cros-ec-regulator.c
+++ b/drivers/regulator/cros-ec-regulator.c
@@ -252,5 +252,6 @@ static struct platform_driver cros_ec_regulator_driver = {
module_platform_driver(cros_ec_regulator_driver);

MODULE_LICENSE("GPL v2");
+MODULE_IMPORT_NS(PL_CHROMEOS);
MODULE_DESCRIPTION("ChromeOS EC controlled regulator");
MODULE_AUTHOR("Pi-Hsun Shih <pihsun@xxxxxxxxxxxx>");
--
2.34.1.448.ga2b2bfdf31-goog