diff options
Diffstat (limited to 'src/northbridge/intel/ironlake/acpi')
-rw-r--r-- | src/northbridge/intel/ironlake/acpi/hostbridge.asl | 1 | ||||
-rw-r--r-- | src/northbridge/intel/ironlake/acpi/ironlake.asl | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/northbridge/intel/ironlake/acpi/hostbridge.asl b/src/northbridge/intel/ironlake/acpi/hostbridge.asl index dfef304885..6a59fb546d 100644 --- a/src/northbridge/intel/ironlake/acpi/hostbridge.asl +++ b/src/northbridge/intel/ironlake/acpi/hostbridge.asl @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ Name(_HID,EISAID("PNP0A08")) // PCIe diff --git a/src/northbridge/intel/ironlake/acpi/ironlake.asl b/src/northbridge/intel/ironlake/acpi/ironlake.asl index 227e9a731e..3cf597daf7 100644 --- a/src/northbridge/intel/ironlake/acpi/ironlake.asl +++ b/src/northbridge/intel/ironlake/acpi/ironlake.asl @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include "../ironlake.h" #include "hostbridge.asl" |