aboutsummaryrefslogtreecommitdiff
path: root/hw/pxa.h
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2012-05-04 00:01:27 +0200
committerAndreas Färber <afaerber@suse.de>2012-06-11 00:23:04 +0200
commitf161bcd05fca4902ce680a37314b49586b5a8b2e (patch)
treea4d0f80d30c7f9c9ee741d75e6f4f6a4b379cce1 /hw/pxa.h
parentef6cbcc584c6b044016677147da0a7c3632d0e6f (diff)
pxa2xx: Pass ARMCPU to pxa2xx_pic_init()
Cleans up after storing ARMCPU in PXA2xxState. Prepares for storing ARMCPU in PXA2xxPICState. Signed-off-by: Andreas Färber <afaerber@suse.de> Acked-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/pxa.h')
-rw-r--r--hw/pxa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pxa.h b/hw/pxa.h
index 2be006d29c..6a2120555f 100644
--- a/hw/pxa.h
+++ b/hw/pxa.h
@@ -65,7 +65,7 @@
# define PXA2XX_INTERNAL_SIZE 0x40000
/* pxa2xx_pic.c */
-DeviceState *pxa2xx_pic_init(target_phys_addr_t base, CPUARMState *env);
+DeviceState *pxa2xx_pic_init(target_phys_addr_t base, ARMCPU *cpu);
/* pxa2xx_gpio.c */
DeviceState *pxa2xx_gpio_init(target_phys_addr_t base,