diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-01-09 15:03:05 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2023-01-12 17:15:09 +0000 |
commit | d2960be0c3dafc43a3160b275ea8760bb308a909 (patch) | |
tree | b1ec6a13816e1f76525394e9ce42afed4579139c /hw/timer/xilinx_timer.c | |
parent | 95700465ac7160683dc6553d5901de38165d7b25 (diff) | |
download | qemu-d2960be0c3dafc43a3160b275ea8760bb308a909.zip qemu-d2960be0c3dafc43a3160b275ea8760bb308a909.tar.gz qemu-d2960be0c3dafc43a3160b275ea8760bb308a909.tar.bz2 |
hw/intc/xilinx_intc: Use 'XpsIntc' typedef instead of 'struct xlx_pic'
This remove a use of 'struct' in the DECLARE_INSTANCE_CHECKER()
macro call, to avoid after a QOM refactor:
hw/intc/xilinx_intc.c:45:1: error: declaration of anonymous struct must be a definition
DECLARE_INSTANCE_CHECKER(struct xlx_pic, XILINX_INTC,
^
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar@zeroasic.com>
Message-id: 20230109140306.23161-14-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/timer/xilinx_timer.c')
0 files changed, 0 insertions, 0 deletions