Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- 13.12/common/lib/modules/fglrx/build_mod/kcl_acpi.c 2013-12-17 20:05:35.000000000 +0100
- +++ 13.12/common/lib/modules/fglrx/build_mod/kcl_acpi.c 2013-12-19 18:40:18.386568588 +0100
- @@ -995,7 +995,11 @@
- #endif
- {
- return KCL_ACPI_ERROR;
- - }
- + }
- +#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,9,1)
- + ((acpi_tbl_table_handler)handler)(hdr);
- +#else
- ((acpi_table_handler)handler)(hdr);
- +#endif
- return KCL_ACPI_OK;
- -}
- +}
- \ No newline at end of file
Advertisement
Add Comment
Please, Sign In to add comment