Missing endif

Change-Id: Ib6fa6512540f5bfbc68fea2ff355dc36f7102b8c
This commit is contained in:
Jeremy Soller
2023-02-22 14:32:14 -07:00
parent 8d06ec5681
commit db22c8cbaf

View File

@@ -22,6 +22,7 @@ Scope (\_SB) {
Scope (PEG2) { Scope (PEG2) {
#include <drivers/gfx/nvidia/acpi/tigerlake.asl> #include <drivers/gfx/nvidia/acpi/tigerlake.asl>
} }
#endif #endif // CONFIG(SOC_INTEL_ALDERLAKE_PCH_S)
#endif // CONFIG(DRIVERS_GFX_NVIDIA)
} }
} }