summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/skylake/irq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/skylake/irq.c')
-rw-r--r--src/soc/intel/skylake/irq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/skylake/irq.c b/src/soc/intel/skylake/irq.c
index 146fcda7c84c..7b3e1bd395d5 100644
--- a/src/soc/intel/skylake/irq.c
+++ b/src/soc/intel/skylake/irq.c
@@ -208,7 +208,7 @@ static const SI_PCH_DEVICE_INTERRUPT_CONFIG devintconfig[] = {
PCI_FUNC(PCH_DEVFN_USBOTG), int_B, OTG_IRQ),
/* Thermal Subsystem */
DEVICE_INT_CONFIG(PCH_DEV_SLOT_XHCI,
- PCI_FUNC(PCH_DEVFN_THERMAL), int_C, THRMAL_IRQ),
+ PCI_FUNC(PCH_DEVFN_THERMAL), int_C, THERMAL_IRQ),
/* Camera IO Host Controller */
DEVICE_INT_CONFIG(PCH_DEV_SLOT_XHCI,
PCI_FUNC(PCH_DEVFN_CIO), int_A, CIO_INTA_IRQ),