summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Garrett2011-04-13 17:52:16 +0200
committerMatthew Garrett2011-04-13 17:52:16 +0200
commit21a8d026e0721f90ae03084e96a215632c80fc13 (patch)
treee004484ba89e0682c2b926144c4081909f6fbd8e
parentthinkpad-acpi fails to load with newer Thinkpad X201s BIOS (diff)
downloadkernel-qcow2-linux-21a8d026e0721f90ae03084e96a215632c80fc13.tar.gz
kernel-qcow2-linux-21a8d026e0721f90ae03084e96a215632c80fc13.tar.xz
kernel-qcow2-linux-21a8d026e0721f90ae03084e96a215632c80fc13.zip
x86 platform drivers: Build fix for intel_pmic_gpio
Fix an incorrect function name so the driver builds. Signed-off-by: Matthew Garrett <mjg@redhat.com>
-rw-r--r--drivers/platform/x86/intel_pmic_gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/intel_pmic_gpio.c b/drivers/platform/x86/intel_pmic_gpio.c
index 7bbb5388e564..464bb3fc4d88 100644
--- a/drivers/platform/x86/intel_pmic_gpio.c
+++ b/drivers/platform/x86/intel_pmic_gpio.c
@@ -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,
};