Merge f39d3ea438ef9344b45b29ea67bf9abc90c334db into 81fe4fb417c8ac3b9bdcc1d56827d116743892a5

This commit is contained in:
nbanb 2025-02-13 08:59:03 +01:00 committed by GitHub
commit 362c22d485
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1915,7 +1915,10 @@ static struct drm_driver nv_drm_driver = {
.name = "nvidia-drm",
.desc = "NVIDIA DRM driver",
.date = "20160202",
/*Nicolas Baranger 20250213 */
/*Removing '.date' because it had been removed from struct drm_driver in linux-6.14 */
/*see https://github.com/torvalds/linux/commit/cb2e1c2136f71618142557ceca3a8802e87a44cd */
/* .date = "20160202", */
#if defined(NV_DRM_DRIVER_HAS_DEVICE_LIST)
.device_list = LIST_HEAD_INIT(nv_drm_driver.device_list),