From: Tom Rini Date: Thu, 17 Apr 2025 13:56:15 +0000 (-0600) Subject: cros_ec_sandbox.c: Drop spi.h include X-Git-Tag: v2025.07-rc1~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bf752238327deecda12190154864128d55f78bd;p=pandora-u-boot.git 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 --- 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