On 3/9/24 18:07, Peter Maydell wrote:
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.mayd...@linaro.org> --- hw/timer/pxa2xx_timer.c | 1 - 1 file changed, 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org> Tested-by: Philippe Mathieu-Daudé <phi...@linaro.org>