diff options
Diffstat (limited to 'hw/omap_lcdc.c')
-rw-r--r-- | hw/omap_lcdc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/omap_lcdc.c b/hw/omap_lcdc.c index 2dfffad04b..c0651938c5 100644 --- a/hw/omap_lcdc.c +++ b/hw/omap_lcdc.c @@ -401,13 +401,13 @@ static void omap_lcdc_write(void *opaque, target_phys_addr_t addr, } } -static CPUReadMemoryFunc *omap_lcdc_readfn[] = { +static CPUReadMemoryFunc * const omap_lcdc_readfn[] = { omap_lcdc_read, omap_lcdc_read, omap_lcdc_read, }; -static CPUWriteMemoryFunc *omap_lcdc_writefn[] = { +static CPUWriteMemoryFunc * const omap_lcdc_writefn[] = { omap_lcdc_write, omap_lcdc_write, omap_lcdc_write, |