mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
5f37ff47b6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
11 lines
281 B
Diff
11 lines
281 B
Diff
--- 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");
|
|
|