[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH for-9.2 14/53] hw/timer/pxa2xx_timer: Remove use of pxa.h header
From: |
Peter Maydell |
Subject: |
[PATCH for-9.2 14/53] hw/timer/pxa2xx_timer: Remove use of pxa.h header |
Date: |
Tue, 3 Sep 2024 17:07:12 +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>
---
hw/timer/pxa2xx_timer.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/hw/timer/pxa2xx_timer.c b/hw/timer/pxa2xx_timer.c
index 6479ab1a8b3..d1a3ecac2b5 100644
--- a/hw/timer/pxa2xx_timer.c
+++ b/hw/timer/pxa2xx_timer.c
@@ -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"
--
2.34.1
- Re: [PATCH for-9.2 02/53] hw/input: Drop ADS7846 device, (continued)
- [PATCH for-9.2 03/53] hw/adc: Remove MAX111X device, Peter Maydell, 2024/09/03
- [PATCH for-9.2 01/53] hw/arm: Remove deprecated akita, borzoi, spitz, terrier, tosa boards, Peter Maydell, 2024/09/03
- [PATCH for-9.2 04/53] hw/gpio: Remove MAX7310 device, Peter Maydell, 2024/09/03
- [PATCH for-9.2 05/53] hw/ide: Remove DSCM-1XXXX microdrive device model, Peter Maydell, 2024/09/03
- [PATCH for-9.2 06/53] hw/display: Remove tc6393xb device, Peter Maydell, 2024/09/03
- [PATCH for-9.2 07/53] hw/arm/KConfig: Replace ZAURUS with ZAURUS_SCOOP, Peter Maydell, 2024/09/03
- [PATCH for-9.2 08/53] hw/arm: Remove 'cheetah' machine, Peter Maydell, 2024/09/03
- [PATCH for-9.2 14/53] hw/timer/pxa2xx_timer: Remove use of pxa.h header,
Peter Maydell <=
- [PATCH for-9.2 13/53] hw/arm: Remove STRONGARM->PXA2XX dependency, Peter Maydell, 2024/09/03
- [PATCH for-9.2 11/53] hw/misc: Remove MAINSTONE_FPGA device, Peter Maydell, 2024/09/03
- [PATCH for-9.2 12/53] hw/arm: Remove 'z2' machine, Peter Maydell, 2024/09/03
- [PATCH for-9.2 16/53] hw/sd: Remove pxa2xx_mmci.c, Peter Maydell, 2024/09/03
- [PATCH for-9.2 10/53] hw/arm: Remove 'mainstone' machine, Peter Maydell, 2024/09/03