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:19 +0100
committerPeter Maydell <peter.maydell@linaro.org>2024-10-01 14:26:18 +0100
commitd958c2386c508e4e675335feaf6ae26ffbe2a894 (patch)
tree82f0d8afacff813accf5977be53136e8fcbdf444 /include
parent234001fd3084c3496b68d825f2901af310ae1a7a (diff)
downloadfocaccia-qemu-d958c2386c508e4e675335feaf6ae26ffbe2a894.tar.gz
focaccia-qemu-d958c2386c508e4e675335feaf6ae26ffbe2a894.zip
hw/arm: Remove pxa2xx_gpio
Remove the pxa2xx-specific GPIO device.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20240903160751.4100218-22-peter.maydell@linaro.org
Diffstat (limited to 'include')
-rw-r--r--include/hw/arm/pxa.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/hw/arm/pxa.h b/include/hw/arm/pxa.h
index 5f98536bc6..fb28a683f3 100644
--- a/include/hw/arm/pxa.h
+++ b/include/hw/arm/pxa.h
@@ -71,9 +71,4 @@
 /* pxa2xx_pic.c */
 DeviceState *pxa2xx_pic_init(hwaddr base, ARMCPU *cpu);
 
-/* pxa2xx_gpio.c */
-DeviceState *pxa2xx_gpio_init(hwaddr base,
-                              ARMCPU *cpu, DeviceState *pic, int lines);
-void pxa2xx_gpio_read_notifier(DeviceState *dev, qemu_irq handler);
-
 #endif /* PXA_H */