From 7bf752238327deecda12190154864128d55f78bd Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 17 Apr 2025 07:56:15 -0600 Subject: [PATCH] cros_ec_sandbox.c: Drop spi.h include As this driver needs to use the special sandbox header rather than normal malloc, it must be careful of the includes it brings in. It does not need for anything, so drop it. Reviewed-by: Simon Glass Signed-off-by: Tom Rini --- drivers/misc/cros_ec_sandbox.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/misc/cros_ec_sandbox.c b/drivers/misc/cros_ec_sandbox.c index 1cad51d474d..3ac690a3733 100644 --- a/drivers/misc/cros_ec_sandbox.c +++ b/drivers/misc/cros_ec_sandbox.c @@ -15,7 +15,6 @@ #include #include #include -#include #include #include #include -- 2.39.5