[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220105220653.122451-12-gwendal@chromium.org>
Date: Wed, 5 Jan 2022 14:06:47 -0800
From: Gwendal Grignou <gwendal@...omium.org>
To: bleung@...omium.org, groeck@...omium.org, myungjoo.ham@...sung.com,
cw00.choi@...sung.com, benjamin.tissoires@...hat.com,
jic23@...nel.org, dtor@...omium.org, hverkuil-cisco@...all.nl,
mchehab@...nel.org, lee.jones@...aro.org, pmalani@...omium.org,
sre@...nel.org, thierry.reding@...il.com,
u.kleine-koenig@...gutronix.de, lgirdwood@...il.com,
a.zummo@...ertech.it, cychiang@...omium.org, perex@...ex.cz
Cc: linux-kernel@...r.kernel.org,
Gwendal Grignou <gwendal@...omium.org>
Subject: [PATCH 11/17] i2c: cros-ec-tunnel: Add PL_CHROMEOS dependency
Use 'make nsdeps' to add missing dependencies.
Signed-off-by: Gwendal Grignou <gwendal@...omium.org>
---
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
Powered by blists - more mailing lists