diff options
author | FUKAUMI Naoki <naoki@radxa.com> | 2024-06-19 04:30:44 +0900 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2024-07-17 12:33:17 +0800 |
commit | 0f9872c4db11c5a41a94bfb41214fa19733bf46c (patch) | |
tree | 5cfe7321b95dff44a812920df196415ed09c10e9 /drivers/fpga/ivm_core.c | |
parent | c580cb4b8bd305382f16a5bc5074faa34bc53770 (diff) |
rockchip: include cru_rk3588.h and define rockchip_cru for RK3588
fix following error found by clang:
CC arch/arm/mach-rockchip/cpu-info.o
arch/arm/mach-rockchip/cpu-info.c:23:13: error: incomplete definition of type 'struct rockchip_cru'
23 | switch (cru->glb_rst_st) {
| ~~~^
./arch/arm/include/asm/arch-rockchip/clock.h:181:8: note: forward declaration of 'struct rockchip_cru'
181 | struct rockchip_cru;
| ^
1 error generated.
Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'drivers/fpga/ivm_core.c')
0 files changed, 0 insertions, 0 deletions