Re: [PATCH] cros_ec_sandbox.c: Drop spi.h include

2025-04-28 Thread Tom Rini
On Thu, 17 Apr 2025 07:56:15 -0600, Tom Rini wrote: > 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. > > Applied to u-boot/master, thanks! [1/1] cros_ec_sandbox.

Re: [PATCH] cros_ec_sandbox.c: Drop spi.h include

2025-04-17 Thread Simon Glass
On Thu, 17 Apr 2025 at 07:56, Tom Rini wrote: > > 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. > > Signed-off-by: Tom Rini > --- > Cc: Simon Glass > --- > drive

[PATCH] cros_ec_sandbox.c: Drop spi.h include

2025-04-17 Thread Tom Rini
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. Signed-off-by: Tom Rini --- Cc: Simon Glass --- drivers/misc/cros_ec_sandbox.c | 1 - 1 file changed, 1 deletion(-) di