summary refs log tree commit diff stats
path: root/include
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2024-09-03 17:07:14 +0100
committerPeter Maydell <peter.maydell@linaro.org>2024-10-01 14:25:29 +0100
commit9edcf2cf48b4c31f583dd411717cc41c795c95bb (patch)
treedd736b8c338efa6fab81b96705558b55ac649744 /include
parenta9c7d8355739fd4f74e56b352a30f0f5ce96f807 (diff)
downloadfocaccia-qemu-9edcf2cf48b4c31f583dd411717cc41c795c95bb.tar.gz
focaccia-qemu-9edcf2cf48b4c31f583dd411717cc41c795c95bb.zip
hw/sd: Remove pxa2xx_mmci.c
Remove the pxa2xx-specific pxa2xx_mmci device.

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-17-peter.maydell@linaro.org
Diffstat (limited to 'include')
-rw-r--r--include/hw/arm/pxa.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/hw/arm/pxa.h b/include/hw/arm/pxa.h
index bf7f868700..cc4de0750a 100644
--- a/include/hw/arm/pxa.h
+++ b/include/hw/arm/pxa.h
@@ -86,16 +86,6 @@ PXA2xxLCDState *pxa2xx_lcdc_init(MemoryRegion *sysmem,
                 hwaddr base, qemu_irq irq);
 void pxa2xx_lcd_vsync_notifier(PXA2xxLCDState *s, qemu_irq handler);
 
-/* pxa2xx_mmci.c */
-#define TYPE_PXA2XX_MMCI "pxa2xx-mmci"
-OBJECT_DECLARE_SIMPLE_TYPE(PXA2xxMMCIState, PXA2XX_MMCI)
-
-PXA2xxMMCIState *pxa2xx_mmci_init(MemoryRegion *sysmem,
-                hwaddr base,
-                qemu_irq irq, qemu_irq rx_dma, qemu_irq tx_dma);
-void pxa2xx_mmci_handlers(PXA2xxMMCIState *s, qemu_irq readonly,
-                qemu_irq coverswitch);
-
 /* pxa2xx_pcmcia.c */
 #define TYPE_PXA2XX_PCMCIA "pxa2xx-pcmcia"
 OBJECT_DECLARE_SIMPLE_TYPE(PXA2xxPCMCIAState, PXA2XX_PCMCIA)