Re: [PATCH 01/13] sandbox: move asm-generic include to the end of file

2023-11-14 Thread Simon Glass
On Tue, 14 Nov 2023 at 04:03, Igor Prusov wrote: > > Generic version of io.h should be included at the end of > architecture-specific ones to make sure that arch implementations are > used and to avoid redefinitions. > > Signed-off-by: Igor Prusov > --- > > arch/sandbox/include/asm/io.h | 28

[PATCH 01/13] sandbox: move asm-generic include to the end of file

2023-11-14 Thread Igor Prusov
Generic version of io.h should be included at the end of architecture-specific ones to make sure that arch implementations are used and to avoid redefinitions. Signed-off-by: Igor Prusov --- arch/sandbox/include/asm/io.h | 28 ++-- 1 file changed, 14 insertions(+), 14