mfd: pm8921: Drop irq_set_lockdep_class() code
authorStephen Boyd <sboyd@codeaurora.org>
Tue, 4 Mar 2014 18:48:51 +0000 (10:48 -0800)
committerLee Jones <lee.jones@linaro.org>
Wed, 19 Mar 2014 08:58:36 +0000 (08:58 +0000)
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 <sboyd@codeaurora.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/pm8921-core.c

index 3aab6ace5eb5dd2574fe5e3d02a5285e1e38a343..4d486e91b60227074cea348e8304183d20606338 100644 (file)
@@ -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