mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
xf86-video-nvidia: fix acpi support
This commit is contained in:
committed by
Stephan Raue
parent
156e6d86d0
commit
01ade933db
@@ -8,7 +8,7 @@ index 801c88c..78f8889 100644
|
||||
#include <acpi/acpi_drivers.h>
|
||||
+
|
||||
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 14, 0)
|
||||
+#include <acpi/acpi_bus.h>
|
||||
+#include <linux/acpi.h>
|
||||
+#endif
|
||||
+
|
||||
#if defined(NV_ACPI_DEVICE_OPS_HAS_MATCH) || defined(ACPI_VIDEO_HID)
|
||||
|
||||
Reference in New Issue
Block a user