diff options
Diffstat (limited to 'x11-drivers/ati-drivers/files/ati-drivers-14.4-acpi.patch')
-rw-r--r-- | x11-drivers/ati-drivers/files/ati-drivers-14.4-acpi.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/x11-drivers/ati-drivers/files/ati-drivers-14.4-acpi.patch b/x11-drivers/ati-drivers/files/ati-drivers-14.4-acpi.patch deleted file mode 100644 index 0295307d..00000000 --- a/x11-drivers/ati-drivers/files/ati-drivers-14.4-acpi.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- work.orig/common/lib/modules/fglrx/build_mod/kcl_acpi.c -+++ work/common/lib/modules/fglrx/build_mod/kcl_acpi.c -@@ -981,7 +981,7 @@ int ATI_API_CALL KCL_ACPI_ParseTable(cha - { - return KCL_ACPI_ERROR; - } --#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,9,1) -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,9,0) - ((acpi_tbl_table_handler)handler)(hdr); - #else - ((acpi_table_handler)handler)(hdr); - |