summary refs log tree commit diff stats
path: root/include/hw/arm/pxa.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/arm/pxa.h')
-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 */