Revision a8170e5e hw/imx_ccm.c

b/hw/imx_ccm.c
191 191
    update_clocks(s);
192 192
}
193 193

  
194
static uint64_t imx_ccm_read(void *opaque, target_phys_addr_t offset,
194
static uint64_t imx_ccm_read(void *opaque, hwaddr offset,
195 195
                                unsigned size)
196 196
{
197 197
    IMXCCMState *s = (IMXCCMState *)opaque;
......
232 232
    return 0;
233 233
}
234 234

  
235
static void imx_ccm_write(void *opaque, target_phys_addr_t offset,
235
static void imx_ccm_write(void *opaque, hwaddr offset,
236 236
                          uint64_t value, unsigned size)
237 237
{
238 238
    IMXCCMState *s = (IMXCCMState *)opaque;

Also available in: Unified diff