[PATCH 12/17] Input: cros_ec_keyb - Add PL_CHROMEOS dependency

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


Use 'make nsdeps' to add missing dependencies.

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

diff --git a/drivers/input/keyboard/cros_ec_keyb.c b/drivers/input/keyboard/cros_ec_keyb.c
index fc02c540636e72..b8c54c411822cf 100644
--- a/drivers/input/keyboard/cros_ec_keyb.c
+++ b/drivers/input/keyboard/cros_ec_keyb.c
@@ -741,5 +741,6 @@ static struct platform_driver cros_ec_keyb_driver = {
module_platform_driver(cros_ec_keyb_driver);

MODULE_LICENSE("GPL v2");
+MODULE_IMPORT_NS(PL_CHROMEOS);
MODULE_DESCRIPTION("ChromeOS EC keyboard driver");
MODULE_ALIAS("platform:cros-ec-keyb");
--
2.34.1.448.ga2b2bfdf31-goog