Revision d60efc6b hw/omap_lcdc.c

b/hw/omap_lcdc.c
401 401
    }
402 402
}
403 403

  
404
static CPUReadMemoryFunc *omap_lcdc_readfn[] = {
404
static CPUReadMemoryFunc * const omap_lcdc_readfn[] = {
405 405
    omap_lcdc_read,
406 406
    omap_lcdc_read,
407 407
    omap_lcdc_read,
408 408
};
409 409

  
410
static CPUWriteMemoryFunc *omap_lcdc_writefn[] = {
410
static CPUWriteMemoryFunc * const omap_lcdc_writefn[] = {
411 411
    omap_lcdc_write,
412 412
    omap_lcdc_write,
413 413
    omap_lcdc_write,

Also available in: Unified diff