Revision d60efc6b hw/omap_mmc.c

b/hw/omap_mmc.c
540 540
    }
541 541
}
542 542

  
543
static CPUReadMemoryFunc *omap_mmc_readfn[] = {
543
static CPUReadMemoryFunc * const omap_mmc_readfn[] = {
544 544
    omap_badwidth_read16,
545 545
    omap_mmc_read,
546 546
    omap_badwidth_read16,
547 547
};
548 548

  
549
static CPUWriteMemoryFunc *omap_mmc_writefn[] = {
549
static CPUWriteMemoryFunc * const omap_mmc_writefn[] = {
550 550
    omap_badwidth_write16,
551 551
    omap_mmc_write,
552 552
    omap_badwidth_write16,

Also available in: Unified diff