x86 platform drivers: Build fix for intel_pmic_gpio
authorMatthew Garrett <mjg@redhat.com>
Wed, 13 Apr 2011 15:52:16 +0000 (11:52 -0400)
committerMatthew Garrett <mjg@redhat.com>
Wed, 13 Apr 2011 15:52:16 +0000 (11:52 -0400)
Fix an incorrect function name so the driver builds.

Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/intel_pmic_gpio.c

index 7bbb5388e56462b83db8b1cec05071487e87ac5a..464bb3fc4d88b1c7d8fc9583b48fee3fec610a4f 100644 (file)
@@ -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,
 };
 
This page took 0.026698 seconds and 5 git commands to generate.