diff options
| author | Tom Rini <[email protected]> | 2025-04-17 07:56:15 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-04-28 13:25:00 -0600 |
| commit | 7bf752238327deecda12190154864128d55f78bd (patch) | |
| tree | 825ad63a337b020c59808fbdbd77885525893009 /drivers/misc | |
| parent | 05dc050059d2759fde7134be06e5654ceab46127 (diff) | |
cros_ec_sandbox.c: Drop spi.h include
As this driver needs to use the special sandbox <asm/malloc.h> header
rather than normal malloc, it must be careful of the includes it brings
in. It does not need <spi.h> for anything, so drop it.
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers/misc')
| -rw-r--r-- | drivers/misc/cros_ec_sandbox.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <log.h> #include <os.h> #include <u-boot/sha256.h> -#include <spi.h> #include <time.h> #include <asm/malloc.h> #include <asm/state.h> |
