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)
commit3f2797a76e1787f378cc8e6429f8837aa3358066
treec7c0332ff0ab2734e459b7eae46816e227334460
parent4dba046c062427d97e6bea007b9a4a0a930d392f
hw/timer/pxa2xx_timer: Remove use of pxa.h header

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