Commit 21a8d026 authored by Matthew Garrett's avatar Matthew Garrett

x86 platform drivers: Build fix for intel_pmic_gpio

Fix an incorrect function name so the driver builds.
Signed-off-by: default avatarMatthew Garrett <mjg@redhat.com>
parent b569ab39
......@@ -209,7 +209,7 @@ static struct irq_chip pmic_irqchip = {
.irq_mask = pmic_irq_mask,
.irq_unmask = pmic_irq_unmask,
.irq_set_type = pmic_irq_type,
.irq_bus_lock = pmic_irq_buslock,
.irq_bus_lock = pmic_bus_lock,
.irq_bus_sync_unlock = pmic_bus_sync_unlock,
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment