hw/timer/pxa2xx_timer: Remove use of pxa.h header
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 3 Sep 2024 16:07:12 +0000 (17:07 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 1 Oct 2024 13:22:25 +0000 (14:22 +0100)
pxa2xx_timer includes pxa.h, but it doesn't actually make
use of any of the #defines, function prototypes or structs
defined there. Remove the unnecessary include (we will
shortly be removing the whole header file).

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20240903160751.4100218-15-peter.maydell@linaro.org

hw/timer/pxa2xx_timer.c

index 6479ab1a8b3483a5ac5dfad9452fff8e21a952b3..d1a3ecac2b5f03f2d1b8d51475dfcd37448c2afa 100644 (file)
@@ -12,7 +12,6 @@
 #include "hw/qdev-properties.h"
 #include "qemu/timer.h"
 #include "sysemu/runstate.h"
-#include "hw/arm/pxa.h"
 #include "hw/sysbus.h"
 #include "migration/vmstate.h"
 #include "qemu/log.h"