hw/ppc/spapr_rtc: Remove bad class_size value
commit54c6de864fb6286ce8e9035f10f3193d2caf0897
authorThomas Huth <thuth@redhat.com>
Fri, 18 Dec 2015 09:06:14 +0000 (18 10:06 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 11 Jan 2016 02:25:40 +0000 (11 13:25 +1100)
tree7e86d42e6548256f6fdd2389cda789a3ee6905b6
parent6bb9ead762bf749af11ea225fc2a74db1b93c105
hw/ppc/spapr_rtc: Remove bad class_size value

class_size = sizeof(XICSStateClass) does not make much sense
in the RTC code and likely was just a copy-n-paste error.
Let's simply remove it.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/spapr_rtc.c