commit | 8b05c18ac7478dff75195365c93701a16435698a | [log] [tgz] |
---|---|---|
author | Quentin Schulz <quentin.schulz@theobroma-systems.com> | Mon Mar 11 13:01:57 2024 +0100 |
committer | Kever Yang <kever.yang@rock-chips.com> | Wed Mar 13 18:15:52 2024 +0800 |
tree | 1e872419a232ef594338dfac28ef011170bce32c | |
parent | 5e38edb2132727beedd48b93368f8372fa0bc2c7 [diff] |
rockchip: include asm/io.h directly in asm/arch-rockchip/hardware.h The different macros use writel which is defined in asm/io.h, so let's include the header so users of hardware.h do not need to include asm/io.h as well. While at it, remove asm/io.h includes wherever asm/arch-rockchip/hardware.h is included already. Cc: Quentin Schulz <foss+uboot@0leil.net> Reviewed-by: Kever Yang <kever.yang@rock-chips.com> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>