summary refs log tree commit diff stats
path: root/include/net/can_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/can_host.h')
-rw-r--r--include/net/can_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/can_host.h b/include/net/can_host.h
index 4e3ce3f954..caab71bdda 100644
--- a/include/net/can_host.h
+++ b/include/net/can_host.h
@@ -35,7 +35,7 @@
 OBJECT_DECLARE_TYPE(CanHostState, CanHostClass, CAN_HOST)
 
 struct CanHostState {
-    ObjectClass oc;
+    Object oc;
 
     CanBusState *bus;
     CanBusClientState bus_client;