You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-power/acpi_call/files/acpi_call-3.17-linux-4.14.p...

15 lines
341 B

diff --git a/acpi_call.c b/acpi_call.c
index c059511..b622bf7 100644
--- a/acpi_call.c
+++ b/acpi_call.c
@@ -6,7 +6,9 @@
#include <linux/version.h>
#include <linux/proc_fs.h>
#include <linux/slab.h>
+#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 14, 0)
#include <asm/uaccess.h>
+#endif
#include <linux/uaccess.h>
MODULE_LICENSE("GPL");