summarylogtreecommitdiffstats
path: root/fs52243.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fs52243.patch')
-rw-r--r--fs52243.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/fs52243.patch b/fs52243.patch
deleted file mode 100644
index b6dc35a2e7ff..000000000000
--- a/fs52243.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- kernel/nv-drm.c 2016-12-15 12:41:26.000000000 +0100
-+++ kernel/nv-drm.c 2016-12-15 12:58:48.000000000 +0100
-@@ -115,7 +115,11 @@
- };
-
- static struct drm_driver nv_drm_driver = {
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 9, 0)
-+ .driver_features = DRIVER_GEM | DRIVER_PRIME | DRIVER_LEGACY,
-+#else
- .driver_features = DRIVER_GEM | DRIVER_PRIME,
-+#endif
- .load = nv_drm_load,
- .unload = nv_drm_unload,
- .fops = &nv_drm_fops,