From 797e9542f56b37632fddbfeb810d4a9ed1fc55ab Mon Sep 17 00:00:00 2001 From: Dmitry Eremin-Solenikov Date: Thu, 3 Mar 2011 14:14:44 +0100 Subject: pxa2xx_timer: switch to using qdev/vmstate Signed-off-by: Dmitry Eremin-Solenikov Signed-off-by: Andrzej Zaborowski --- hw/pxa.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'hw/pxa.h') diff --git a/hw/pxa.h b/hw/pxa.h index 5874116088..7d7f49ec71 100644 --- a/hw/pxa.h +++ b/hw/pxa.h @@ -65,10 +65,6 @@ /* pxa2xx_pic.c */ DeviceState *pxa2xx_pic_init(target_phys_addr_t base, CPUState *env); -/* pxa2xx_timer.c */ -void pxa25x_timer_init(target_phys_addr_t base, DeviceState *pic); -void pxa27x_timer_init(target_phys_addr_t base, DeviceState *pic); - /* pxa2xx_gpio.c */ DeviceState *pxa2xx_gpio_init(target_phys_addr_t base, CPUState *env, DeviceState *pic, int lines); -- cgit 1.4.1