diff --git a/srcpkgs/acpi_call-dkms/patches/linux4.12.patch b/srcpkgs/acpi_call-dkms/patches/linux4.12.patch new file mode 100644 index 00000000000..10fe2e5e386 --- /dev/null +++ b/srcpkgs/acpi_call-dkms/patches/linux4.12.patch @@ -0,0 +1,11 @@ +--- acpi_call.c.orig 2017-01-03 17:17:55.000000000 +0000 ++++ acpi_call.c 2017-07-15 00:28:28.259960007 +0000 +@@ -7,7 +7,7 @@ + #include + #include + #include +-#include ++#include + #if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 17, 0) + #include + #else diff --git a/srcpkgs/acpi_call-dkms/template b/srcpkgs/acpi_call-dkms/template index 4cf0a59c530..aac8498db2d 100644 --- a/srcpkgs/acpi_call-dkms/template +++ b/srcpkgs/acpi_call-dkms/template @@ -1,7 +1,7 @@ # Template file for 'acpi_call-dkms' pkgname=acpi_call-dkms version=1.2.0 -revision=1 +revision=2 wrksrc=acpi_call-${version} only_for_archs="i686 x86_64 x86_64-musl" short_desc="Kernel module allowing calls to ACPI methods through /proc/acpi/call"