summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-power/acpi_call/files/acpi_call-3.17-linux-4.14.patch')
-rw-r--r--sys-power/acpi_call/files/acpi_call-3.17-linux-4.14.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/sys-power/acpi_call/files/acpi_call-3.17-linux-4.14.patch b/sys-power/acpi_call/files/acpi_call-3.17-linux-4.14.patch
deleted file mode 100644
index ddea4fafc695..000000000000
--- a/sys-power/acpi_call/files/acpi_call-3.17-linux-4.14.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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");