mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-26 03:41:45 +01: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>