Revision d60efc6b hw/usb-ohci.c

b/hw/usb-ohci.c
1646 1646
}
1647 1647

  
1648 1648
/* Only dword reads are defined on OHCI register space */
1649
static CPUReadMemoryFunc *ohci_readfn[3]={
1649
static CPUReadMemoryFunc * const ohci_readfn[3]={
1650 1650
    ohci_mem_read,
1651 1651
    ohci_mem_read,
1652 1652
    ohci_mem_read
1653 1653
};
1654 1654

  
1655 1655
/* Only dword writes are defined on OHCI register space */
1656
static CPUWriteMemoryFunc *ohci_writefn[3]={
1656
static CPUWriteMemoryFunc * const ohci_writefn[3]={
1657 1657
    ohci_mem_write,
1658 1658
    ohci_mem_write,
1659 1659
    ohci_mem_write

Also available in: Unified diff