aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/imx25_ccm.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/misc/imx25_ccm.c')
-rw-r--r--hw/misc/imx25_ccm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/misc/imx25_ccm.c b/hw/misc/imx25_ccm.c
index 23759ca648..90752fd7a1 100644
--- a/hw/misc/imx25_ccm.c
+++ b/hw/misc/imx25_ccm.c
@@ -249,7 +249,7 @@ static void imx25_ccm_reset(DeviceState *dev)
static uint64_t imx25_ccm_read(void *opaque, hwaddr offset, unsigned size)
{
- uint32 value = 0;
+ uint32_t value = 0;
IMX25CCMState *s = (IMX25CCMState *)opaque;
if (offset < 0x70) {