treewide: Include linux/io.h instead of asm-generic/io.h

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>
This commit is contained in:
Igor Prusov
2023-11-14 14:02:56 +03:00
committed by Tom Rini
parent d26db04db1
commit e515a2bb1a
4 changed files with 3 additions and 4 deletions

View File

@@ -6,7 +6,6 @@
*/
#include <common.h>
#include <asm-generic/io.h>
#include <clk.h>
#include <dm.h>
#include <dm/device_compat.h>