summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-09-08 12:00:23 +0200
committerJoonas Niilola <juippis@gentoo.org>2021-09-10 10:22:23 +0300
commit39efd4a46e9ce41195e9f9f2a8b82f3f71a0979a (patch)
treec756bf72655daf9182a6e97e776880b33315f526 /sys-power/bbswitch/files/bbswitch-0.8-kernel-4.12.patch
parentsys-apps/portage: Bump to 3.0.23 (diff)
downloadgentoo-39efd4a46e9ce41195e9f9f2a8b82f3f71a0979a.tar.gz
gentoo-39efd4a46e9ce41195e9f9f2a8b82f3f71a0979a.tar.bz2
gentoo-39efd4a46e9ce41195e9f9f2a8b82f3f71a0979a.zip
sys-power/bbswitch: remove unused patches
Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/22244 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
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>