soc/intel/xeon_sp/acpi: Rename pci_irq.asl

Rename pci_irq.asl to pci_irqs.asl to match other intel soc file
names. This makes comparing differences much easier.

Change-Id: I622dfef675c3df2dff7a3024ccbe14c356a5cd86
Signed-off-by: Marc Jones <marcjones@sysproconsulting.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45834
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Marc Jones 2020-09-23 13:41:54 -06:00 committed by Angel Pons
parent 9f0c000227
commit 95bab4077e
2 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Scope(\)
Scope (\_SB)
{
#include "pci_irq.asl"
#include "pci_irqs.asl"
#include "uncore_irq.asl"
#include "iiostack.asl"
}