Re: [PATCH 03/11] sandbox: Add to asm/global_data.h and asm/io.h

2023-11-29 Thread Simon Glass
On Wed, 22 Nov 2023 at 06:12, Tom Rini wrote: > > We need in these files as we reference Linux types. > > Signed-off-by: Tom Rini > --- > Cc: Simon Glass > --- > arch/sandbox/include/asm/global_data.h | 2 ++ > arch/sandbox/include/asm/io.h | 2 ++ > 2 files changed, 4 insertions(+)

[PATCH 03/11] sandbox: Add to asm/global_data.h and asm/io.h

2023-11-22 Thread Tom Rini
We need in these files as we reference Linux types. Signed-off-by: Tom Rini --- Cc: Simon Glass --- arch/sandbox/include/asm/global_data.h | 2 ++ arch/sandbox/include/asm/io.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/arch/sandbox/include/asm/global_data.h b/arch/sandbo