Revision c1ff227b hw/omap2.c

b/hw/omap2.c
585 585
    omap_badwidth_write16,
586 586
};
587 587

  
588
struct omap_eac_s *omap_eac_init(struct omap_target_agent_s *ta,
588
static struct omap_eac_s *omap_eac_init(struct omap_target_agent_s *ta,
589 589
                qemu_irq irq, qemu_irq *drq, omap_clk fclk, omap_clk iclk)
590 590
{
591 591
    int iomemtype;
......
1783 1783
    omap_prcm_reset(s);
1784 1784
}
1785 1785

  
1786
struct omap_prcm_s *omap_prcm_init(struct omap_target_agent_s *ta,
1786
static struct omap_prcm_s *omap_prcm_init(struct omap_target_agent_s *ta,
1787 1787
                qemu_irq mpu_int, qemu_irq dsp_int, qemu_irq iva_int,
1788 1788
                struct omap_mpu_state_s *mpu)
1789 1789
{
......
2157 2157
    s->padconf[0x44] = 0x00000800;
2158 2158
}
2159 2159

  
2160
struct omap_sysctl_s *omap_sysctl_init(struct omap_target_agent_s *ta,
2160
static struct omap_sysctl_s *omap_sysctl_init(struct omap_target_agent_s *ta,
2161 2161
                omap_clk iclk, struct omap_mpu_state_s *mpu)
2162 2162
{
2163 2163
    int iomemtype;

Also available in: Unified diff