summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-power/bbswitch/files/bbswitch-0.8-kernel-4.12.patch')
-rw-r--r--sys-power/bbswitch/files/bbswitch-0.8-kernel-4.12.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/sys-power/bbswitch/files/bbswitch-0.8-kernel-4.12.patch b/sys-power/bbswitch/files/bbswitch-0.8-kernel-4.12.patch
deleted file mode 100644
index 1db623d583e9..000000000000
--- a/sys-power/bbswitch/files/bbswitch-0.8-kernel-4.12.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -uNr bbswitch-0.8/bbswitch.c bbswitch-0.8-new/bbswitch.c
---- bbswitch-0.8/bbswitch.c 2013-12-04 18:22:06.000000000 -0500
-+++ bbswitch-0.8-new/bbswitch.c 2017-07-08 01:11:54.588545766 -0400
-@@ -31,7 +31,14 @@
- #include <linux/pci.h>
- #include <linux/acpi.h>
- #include <linux/module.h>
-+#include <linux/version.h>
-+
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,12,0)
-+#include <linux/uaccess.h>
-+#else
- #include <asm/uaccess.h>
-+#endif
-+
- #include <linux/suspend.h>
- #include <linux/seq_file.h>
- #include <linux/pm_runtime.h>