summary refs log tree commit diff stats
path: root/hw/rtc/exynos4210_rtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/rtc/exynos4210_rtc.c')
-rw-r--r--hw/rtc/exynos4210_rtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/rtc/exynos4210_rtc.c b/hw/rtc/exynos4210_rtc.c
index aa1b3cd115..624b4f61a8 100644
--- a/hw/rtc/exynos4210_rtc.c
+++ b/hw/rtc/exynos4210_rtc.c
@@ -592,7 +592,7 @@ static void exynos4210_rtc_finalize(Object *obj)
     ptimer_free(s->ptimer_1Hz);
 }
 
-static void exynos4210_rtc_class_init(ObjectClass *klass, void *data)
+static void exynos4210_rtc_class_init(ObjectClass *klass, const void *data)
 {
     DeviceClass *dc = DEVICE_CLASS(klass);