diff options
| author | Tzung-Bi Shih <[email protected]> | 2023-10-03 08:05:15 +0000 |
|---|---|---|
| committer | Tzung-Bi Shih <[email protected]> | 2023-10-05 10:11:36 +0000 |
| commit | 466f70fb1b10fd139582646285e587fb38a9ff2c (patch) | |
| tree | 276da10e92e7cda6c194f041af85d2749dab6fa2 /drivers/platform/chrome/cros_ec_proto_test.c | |
| parent | platform/chrome: kunit: initialize lock for fake ec_dev (diff) | |
| download | kernel-466f70fb1b10fd139582646285e587fb38a9ff2c.tar.gz kernel-466f70fb1b10fd139582646285e587fb38a9ff2c.zip | |
platform/chrome: kunit: make EC protocol tests independent
Remove CONFIG_CROS_KUNIT and common code concept for ChromeOS Kunit but
make it bundle to ChromeOS EC protocol tests.
Reviewed-by: Guenter Roeck <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Tzung-Bi Shih <[email protected]>
Diffstat (limited to 'drivers/platform/chrome/cros_ec_proto_test.c')
| -rw-r--r-- | drivers/platform/chrome/cros_ec_proto_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/chrome/cros_ec_proto_test.c b/drivers/platform/chrome/cros_ec_proto_test.c index 63e38671e95a..b6169d6f2467 100644 --- a/drivers/platform/chrome/cros_ec_proto_test.c +++ b/drivers/platform/chrome/cros_ec_proto_test.c @@ -11,7 +11,7 @@ #include <linux/platform_data/cros_ec_proto.h> #include "cros_ec.h" -#include "cros_kunit_util.h" +#include "cros_ec_proto_test_util.h" #define BUFSIZE 512 |
