summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/northbridge/intel/haswell/acpi/hostbridge.asl12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/northbridge/intel/haswell/acpi/hostbridge.asl b/src/northbridge/intel/haswell/acpi/hostbridge.asl
index 3e617ecbb9..35246b3bc6 100644
--- a/src/northbridge/intel/haswell/acpi/hostbridge.asl
+++ b/src/northbridge/intel/haswell/acpi/hostbridge.asl
@@ -168,12 +168,6 @@ Method (_CRS, 0, Serialized)
Return (MCRS)
}
-/* Configurable TDP */
-#include "ctdp.asl"
-
-/* PCI Express Graphics */
-#include "peg.asl"
-
/* PCI Device Resource Consumption */
Device (PDRC)
{
@@ -202,3 +196,9 @@ Device (PDRC)
Return (PDRS)
}
}
+
+/* Configurable TDP */
+#include "ctdp.asl"
+
+/* PCI Express Graphics */
+#include "peg.asl"