summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <junghans@gentoo.org>2017-07-06 09:52:41 -0600
committerChristoph Junghans <junghans@gentoo.org>2017-07-06 09:53:14 -0600
commitefd2ddc8c87dc36f34aed8fa62ea06fe2dc44c5f (patch)
treeb6f70134e1c14a9fb39b22dece73abfd9b19e887 /sys-power/acpi_call/files
parentnet-libs/webkit-gtk: keyword ~arm64 (diff)
downloadgentoo-efd2ddc8c87dc36f34aed8fa62ea06fe2dc44c5f.tar.gz
gentoo-efd2ddc8c87dc36f34aed8fa62ea06fe2dc44c5f.tar.bz2
gentoo-efd2ddc8c87dc36f34aed8fa62ea06fe2dc44c5f.zip
sys-power/acpi_call: add patch for linux-4.12 (bug #623740)
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'sys-power/acpi_call/files')
-rw-r--r--sys-power/acpi_call/files/acpi_call-1.1.0-linux-4.12.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys-power/acpi_call/files/acpi_call-1.1.0-linux-4.12.patch b/sys-power/acpi_call/files/acpi_call-1.1.0-linux-4.12.patch
new file mode 100644
index 000000000000..ef9fde9f2958
--- /dev/null
+++ b/sys-power/acpi_call/files/acpi_call-1.1.0-linux-4.12.patch
@@ -0,0 +1,10 @@
+--- acpi_call-1.1.0.orig/acpi_call.c 2017-07-03 22:44:38.111270788 +0200
++++ acpi_call-1.1.0/acpi_call.c 2017-07-03 22:44:31.010270815 +0200
+@@ -6,6 +6,7 @@
+ #include <linux/proc_fs.h>
+ #include <linux/slab.h>
+ #include <asm/uaccess.h>
++#include <linux/uaccess.h>
+ #include <linux/acpi.h>
+
+ MODULE_LICENSE("GPL");