commit | bebeb76821d0b081cf575084f0883edc4e788f00 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Apr 17 07:56:15 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 28 13:25:00 2025 -0600 |
tree | 825ad63a337b020c59808fbdbd77885525893009 | |
parent | 2e9f2e9da59699733518590afd3c165bc33a1da3 [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 <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com>