summarylogtreecommitdiffstats
path: root/linux-4.11.patch
diff options
context:
space:
mode:
authorDet2017-07-24 23:50:24 +0300
committerDet2017-07-24 23:50:24 +0300
commit308d3a2eb1a803bd935eaa8fc889379f014c7957 (patch)
tree5f3b1b6c8adfa8552c971f96fdca1dd5c2680f3a /linux-4.11.patch
parentae8a5c8a0d41f6d866801b3aa660fd469eb58180 (diff)
downloadaur-308d3a2eb1a803bd935eaa8fc889379f014c7957.tar.gz
rm patch
Diffstat (limited to 'linux-4.11.patch')
-rw-r--r--linux-4.11.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/linux-4.11.patch b/linux-4.11.patch
deleted file mode 100644
index dd6e508cfea2..000000000000
--- a/linux-4.11.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- a/kernel/nvidia-drm/nvidia-drm-linux.c
-+++ b/kernel/nvidia-drm/nvidia-drm-linux.c
-@@ -20,6 +20,8 @@
- * DEALINGS IN THE SOFTWARE.
- */
-
-+#include <linux/version.h>
-+
- #include <linux/module.h>
- #include <linux/slab.h>
- #include <linux/err.h>
-@@ -196,7 +198,11 @@
- module_exit(nv_linux_drm_exit);
-
- #if defined(MODULE_LICENSE)
-+#if LINUX_VERSION_CODE > KERNEL_VERSION(4, 10, 0)
-+ MODULE_LICENSE("Dual MIT/GPL");
-+#else
- MODULE_LICENSE("MIT");
-+#endif
- #endif
- #if defined(MODULE_INFO)
- MODULE_INFO(supported, "external");
-