diff --git a/shared/source/dll/linux/drm_neo_create.cpp b/shared/source/dll/linux/drm_neo_create.cpp index 854e2af151..45af47ed0d 100644 --- a/shared/source/dll/linux/drm_neo_create.cpp +++ b/shared/source/dll/linux/drm_neo_create.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2023 Intel Corporation + * Copyright (C) 2018-2024 Intel Corporation * * SPDX-License-Identifier: MIT * @@ -28,7 +28,7 @@ const DeviceDescriptor deviceDescriptorTable[] = { #include "devices.inl" #undef DEVICE #undef NAMEDDEVICE - {0, nullptr, nullptr}}; + {0, nullptr, nullptr, ""}}; Drm *Drm::create(std::unique_ptr &&hwDeviceId, RootDeviceEnvironment &rootDeviceEnvironment) { auto drm = std::unique_ptr(new Drm(std::move(hwDeviceId), rootDeviceEnvironment));