summaryrefslogtreecommitdiffstats
path: root/system/acpi_call/fix-acpi-include.patch
diff options
context:
space:
mode:
author Andrzej Telszewski <atelszewski@gmail.com>2016-08-10 05:38:05 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-08-10 05:38:05 +0700
commit5f37ff47b64ad6dc8e18a61fd8f462b99d475d91 (patch)
tree70f5db84851f7bfd3fe373e3a3162fed732e777e /system/acpi_call/fix-acpi-include.patch
parentd5957e318fad40768fa1f8d2e1126e88d901267e (diff)
downloadslackbuilds-5f37ff47b64ad6dc8e18a61fd8f462b99d475d91.tar.gz
slackbuilds-5f37ff47b64ad6dc8e18a61fd8f462b99d475d91.tar.xz
system/acpi_call: Added (kernel module for calling ACPI methods).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/acpi_call/fix-acpi-include.patch')
-rw-r--r--system/acpi_call/fix-acpi-include.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/system/acpi_call/fix-acpi-include.patch b/system/acpi_call/fix-acpi-include.patch
new file mode 100644
index 0000000000..2d03966b05
--- /dev/null
+++ b/system/acpi_call/fix-acpi-include.patch
@@ -0,0 +1,11 @@
+--- acpi_call.c.orig 2013-07-05 18:06:13.000000000 +0200
++++ acpi_call.c 2016-08-09 01:25:30.492266490 +0200
+@@ -6,7 +6,7 @@
+ #include <linux/proc_fs.h>
+ #include <linux/slab.h>
+ #include <asm/uaccess.h>
+-#include <acpi/acpi.h>
++#include <linux/acpi.h>
+
+ MODULE_LICENSE("GPL");
+