[PATCH 11/17] i2c: cros-ec-tunnel: Add PL_CHROMEOS dependency

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


Use 'make nsdeps' to add missing dependencies.

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

diff --git a/drivers/i2c/busses/i2c-cros-ec-tunnel.c b/drivers/i2c/busses/i2c-cros-ec-tunnel.c
index 790ea3fda693b4..05a4eeae362100 100644
--- a/drivers/i2c/busses/i2c-cros-ec-tunnel.c
+++ b/drivers/i2c/busses/i2c-cros-ec-tunnel.c
@@ -317,5 +317,6 @@ static struct platform_driver ec_i2c_tunnel_driver = {
module_platform_driver(ec_i2c_tunnel_driver);

MODULE_LICENSE("GPL");
+MODULE_IMPORT_NS(PL_CHROMEOS);
MODULE_DESCRIPTION("EC I2C tunnel driver");
MODULE_ALIAS("platform:cros-ec-i2c-tunnel");
--
2.34.1.448.ga2b2bfdf31-goog