diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-01-19 12:32:54 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-01-19 12:32:54 +0200 |
commit | 4daba2251afef33c4df98a8844335039904afd30 (patch) | |
tree | f82c8bc0dc0060db312fe080e805a6af6c620cfa /x11-drivers/ati-userspace/files/fix-the-linux-3.17-no_hotplug-error.patch | |
parent | 607b3158d11c10763513c63813d7e77c89152226 (diff) |
Added ati-userspace 14.12
Diffstat (limited to 'x11-drivers/ati-userspace/files/fix-the-linux-3.17-no_hotplug-error.patch')
-rw-r--r-- | x11-drivers/ati-userspace/files/fix-the-linux-3.17-no_hotplug-error.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-drivers/ati-userspace/files/fix-the-linux-3.17-no_hotplug-error.patch b/x11-drivers/ati-userspace/files/fix-the-linux-3.17-no_hotplug-error.patch new file mode 100644 index 00000000..a8b54625 --- /dev/null +++ b/x11-drivers/ati-userspace/files/fix-the-linux-3.17-no_hotplug-error.patch @@ -0,0 +1,18 @@ +--- common/lib/modules/fglrx/build_mod/kcl_acpi.c.orig 2014-07-11 11:46:19.000000000 +0200 ++++ common/lib/modules/fglrx/build_mod/kcl_acpi.c 2014-10-08 15:12:55.535638391 +0200 +@@ -829,6 +829,7 @@ + + static acpi_status KCL_ACPI_Slot_No_Hotplug(KCL_ACPI_DevHandle handle, u32 lvl, void *data, void **rv) + { ++#if LINUX_VERSION_CODE < KERNEL_VERSION(3,17,0) + #if LINUX_VERSION_CODE >= KERNEL_VERSION(3,12,7) + struct acpi_device *tdev; + struct pci_dev *pdev = (struct pci_dev *)data; +@@ -844,6 +845,7 @@ + } + } + #endif ++#endif + return 0; + } + |