From 2802c94c3981ce3024ff8b3526b8b2ff26351923 Mon Sep 17 00:00:00 2001 From: Stephen Boyd Date: Tue, 4 Mar 2014 10:48:51 -0800 Subject: [PATCH] mfd: pm8921: Drop irq_set_lockdep_class() code This isn't necessary as we aren't setting the summary interrupt to wake up the system in the irq_wake() callback. Signed-off-by: Stephen Boyd Signed-off-by: Lee Jones --- drivers/mfd/pm8921-core.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/mfd/pm8921-core.c b/drivers/mfd/pm8921-core.c index 3aab6ace5eb5..4d486e91b602 100644 --- a/drivers/mfd/pm8921-core.c +++ b/drivers/mfd/pm8921-core.c @@ -310,14 +310,11 @@ bail_out: return rc; } -static struct lock_class_key pm8xxx_irq_lock_class; - static int pm8xxx_irq_domain_map(struct irq_domain *d, unsigned int irq, irq_hw_number_t hwirq) { struct pm_irq_chip *chip = d->host_data; - irq_set_lockdep_class(irq, &pm8xxx_irq_lock_class); irq_set_chip_and_handler(irq, &pm8xxx_irq_chip, handle_level_irq); irq_set_chip_data(irq, chip); #ifdef CONFIG_ARM -- 2.34.1