mirror of
https://xff.cz/git/u-boot/
synced 2025-09-29 22:41:17 +02:00
Directly including asm-generic/io.h may break build because it will cause redefenition of generic io macros if linux/io.h gets included later, hence replace it with direct include of linux/io.h Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>