]> git.dujemihanovic.xyz Git - u-boot.git/commit
sandbox: move asm-generic include to the end of file
authorIgor Prusov <ivprusov@salutedevices.com>
Tue, 14 Nov 2023 11:02:45 +0000 (14:02 +0300)
committerTom Rini <trini@konsulko.com>
Tue, 28 Nov 2023 21:19:06 +0000 (16:19 -0500)
commit4f7a3463c4a2e4c4b788d56151e885f00f51b25e
tree15e5b82c73a7169617099c80751b741d14cc8276
parenta94a4071d449e12c9fb5ac37d6362d22efcb27da
sandbox: move asm-generic include to the end of file

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 <ivprusov@salutedevices.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/sandbox/include/asm/io.h