Guest User

Untitled

a guest
Dec 24th, 2013
3,341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. --- 13.12/common/lib/modules/fglrx/build_mod/kcl_acpi.c 2013-12-17 20:05:35.000000000 +0100
  2. +++ 13.12/common/lib/modules/fglrx/build_mod/kcl_acpi.c 2013-12-19 18:40:18.386568588 +0100
  3. @@ -995,7 +995,11 @@
  4. #endif
  5. {
  6. return KCL_ACPI_ERROR;
  7. - }
  8. + }
  9. +#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,9,1)
  10. + ((acpi_tbl_table_handler)handler)(hdr);
  11. +#else
  12. ((acpi_table_handler)handler)(hdr);
  13. +#endif
  14. return KCL_ACPI_OK;
  15. -}
  16. +}
  17. \ No newline at end of file
Advertisement
Add Comment
Please, Sign In to add comment