[PATCH 09/17] extcon: cros_ec: Add PL_CHROMEOS dependency

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


Use 'make nsdeps' to add missing dependencies.

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

diff --git a/drivers/extcon/extcon-usbc-cros-ec.c b/drivers/extcon/extcon-usbc-cros-ec.c
index 5290cc2d19d953..53f5a568d86716 100644
--- a/drivers/extcon/extcon-usbc-cros-ec.c
+++ b/drivers/extcon/extcon-usbc-cros-ec.c
@@ -540,3 +540,4 @@ module_platform_driver(extcon_cros_ec_driver);
MODULE_DESCRIPTION("ChromeOS Embedded Controller extcon driver");
MODULE_AUTHOR("Benson Leung <bleung@xxxxxxxxxxxx>");
MODULE_LICENSE("GPL v2");
+MODULE_IMPORT_NS(PL_CHROMEOS);
--
2.34.1.448.ga2b2bfdf31-goog