[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH for-7.1 11/18] hw/arm/exynos4210: Delete unused macro definitions
From: |
Peter Maydell |
Subject: |
[PATCH for-7.1 11/18] hw/arm/exynos4210: Delete unused macro definitions |
Date: |
Mon, 4 Apr 2022 16:46:51 +0100 |
Delete a couple of #defines which are never used.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
include/hw/arm/exynos4210.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/include/hw/arm/exynos4210.h b/include/hw/arm/exynos4210.h
index b564e3582bb..f0769a4045b 100644
--- a/include/hw/arm/exynos4210.h
+++ b/include/hw/arm/exynos4210.h
@@ -67,10 +67,6 @@
#define EXYNOS4210_MAX_EXT_COMBINER_IN_IRQ \
(EXYNOS4210_MAX_EXT_COMBINER_OUT_IRQ * 8)
-/* IRQs number for external and internal GIC */
-#define EXYNOS4210_EXT_GIC_NIRQ (160-32)
-#define EXYNOS4210_INT_GIC_NIRQ 64
-
#define EXYNOS4210_I2C_NUMBER 9
#define EXYNOS4210_NUM_DMA 3
--
2.25.1
- [PATCH for-7.1 08/18] hw/arm/exynos4210: Put external GIC into state struct, (continued)
- [PATCH for-7.1 08/18] hw/arm/exynos4210: Put external GIC into state struct, Peter Maydell, 2022/04/04
- [PATCH for-7.1 13/18] hw/arm/exynos4210: Fill in irq_table[] for internal-combiner-only IRQ lines, Peter Maydell, 2022/04/04
- [PATCH for-7.1 17/18] hw/arm/exynos4210: Put combiners into state struct, Peter Maydell, 2022/04/04
- [PATCH for-7.1 15/18] hw/arm/exynos4210: Don't connect multiple lines to external GIC inputs, Peter Maydell, 2022/04/04
- [PATCH for-7.1 09/18] hw/arm/exynos4210: Drop ext_gic_irq[] from Exynos4210Irq struct, Peter Maydell, 2022/04/04
- [PATCH for-7.1 11/18] hw/arm/exynos4210: Delete unused macro definitions,
Peter Maydell <=
- [PATCH for-7.1 14/18] hw/arm/exynos4210: Connect MCT_G0 and MCT_G1 to both combiners, Peter Maydell, 2022/04/04
- [PATCH for-7.1 16/18] hw/arm/exynos4210: Fold combiner splits into exynos4210_init_board_irqs(), Peter Maydell, 2022/04/04
- [PATCH for-7.1 18/18] hw/arm/exynos4210: Drop Exynos4210Irq struct, Peter Maydell, 2022/04/04