aboutsummaryrefslogtreecommitdiff
path: root/include/hw/intc/intc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/intc/intc.h')
-rw-r--r--include/hw/intc/intc.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/hw/intc/intc.h b/include/hw/intc/intc.h
index 27d9828..fb3e8e6 100644
--- a/include/hw/intc/intc.h
+++ b/include/hw/intc/intc.h
@@ -15,9 +15,7 @@
INTERFACE_CHECK(InterruptStatsProvider, (obj), \
TYPE_INTERRUPT_STATS_PROVIDER)
-typedef struct InterruptStatsProvider {
- Object parent;
-} InterruptStatsProvider;
+typedef struct InterruptStatsProvider InterruptStatsProvider;
typedef struct InterruptStatsProviderClass {
InterfaceClass parent;