commit | bc24a225af2464dc30f88d6f930779cbf0e22b67 | [log] [tgz] |
---|---|---|
author | Paul Brook <paul@codesourcery.com> | Sun May 10 01:44:56 2009 +0100 |
committer | Paul Brook <paul@codesourcery.com> | Sun May 10 01:44:56 2009 +0100 |
tree | 6df682b479f89863159f836e1dc292623ab577e1 | |
parent | d4ec5228821b8bdd8019cb5dafa2ea3659ddb1f9 [diff] [blame] |
Follow coding conventions Remove explicit struct qualifiers and rename structure types. Signed-off-by: Paul Brook <paul@codesourcery.com>
diff --git a/hw/mst_fpga.c b/hw/mst_fpga.c index c7bda34..84eedb7 100644 --- a/hw/mst_fpga.c +++ b/hw/mst_fpga.c
@@ -216,7 +216,7 @@ return 0; } -qemu_irq *mst_irq_init(struct pxa2xx_state_s *cpu, uint32_t base, int irq) +qemu_irq *mst_irq_init(PXA2xxState *cpu, uint32_t base, int irq) { mst_irq_state *s; int iomemtype;