util: remove LIST_INITHEAD macro
[mesa.git] / src / vulkan / overlay-layer / overlay.cpp
index 96c33d4ead5b9fd98c775b7c27438be3ec15aaf9..2a3c63e69c91273f74ff72e9bd58d755c4691f6f 100644 (file)
@@ -368,7 +368,7 @@ static struct queue_data *new_queue_data(VkQueue queue,
    data->flags = family_props->queueFlags;
    data->timestamp_mask = (1ull << family_props->timestampValidBits) - 1;
    data->family_index = family_index;
-   LIST_INITHEAD(&data->running_command_buffer);
+   list_inithead(&data->running_command_buffer);
    map_object(HKEY(data->queue), data);
 
    /* Fence synchronizing access to queries on that queue. */