Kurt Borja 4539f5fccc nvidia-drm: nvidia-drm-drv: Remove .date from nv_drm_driver
The `date` member in `struct drm_driver` has been deprecated since Linux
v6.9

	Upstream Commit: 7fb8af6798e8 ("drm: deprecate driver date")

and the IOCTL that exposed it DRM_IOCTL_VERSION, returns an empty string
since then.

Furthermore this member was completely removed from all upstream DRM
drivers since

	Upstream Commit: cb2e1c2136f7 ("drm: remove driver date from struct drm_driver and all drivers")

which fixes the following compilation error on Linux v6.14-rc1:

```
nvidia-drm/nvidia-drm-drv.c:1918:6: error: ‘struct drm_driver’ has no member named ‘date’
 1918 |     .date                   = "20160202",
      |      ^~~~
nvidia-drm/nvidia-drm-drv.c:1918:31: error: initialization of ‘unsigned int’ from ‘char *’ makes integer from pointer without a cast [-Wint-conversion]
 1918 |     .date                   = "20160202",
      |                               ^~~~~~~~~~
```

Signed-off-by: Kurt Borja <kuurtb@gmail.com>
2025-02-03 16:46:53 -05:00
..
2025-01-27 19:36:56 +01:00
2025-01-27 19:36:56 +01:00
2025-01-27 19:36:56 +01:00
2025-01-27 19:36:56 +01:00
2025-01-27 19:36:56 +01:00
2022-05-09 13:18:59 -07:00
2025-01-27 19:36:56 +01:00
2022-10-10 14:59:24 -07:00
2022-05-09 13:18:59 -07:00
2025-01-27 19:36:56 +01:00
2025-01-30 17:37:03 +01:00
2024-12-05 16:37:35 +01:00