Commit 256d0e2e authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Samuel Ortiz

mfd: 88pm860x: Remove unused irq_desc leftovers

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 52a7d607
...@@ -416,7 +416,6 @@ static int __devinit device_irq_init(struct pm860x_chip *chip, ...@@ -416,7 +416,6 @@ static int __devinit device_irq_init(struct pm860x_chip *chip,
: chip->companion; : chip->companion;
unsigned char status_buf[INT_STATUS_NUM]; unsigned char status_buf[INT_STATUS_NUM];
unsigned long flags = IRQF_TRIGGER_FALLING | IRQF_ONESHOT; unsigned long flags = IRQF_TRIGGER_FALLING | IRQF_ONESHOT;
struct irq_desc *desc;
int i, data, mask, ret = -EINVAL; int i, data, mask, ret = -EINVAL;
int __irq; int __irq;
...@@ -468,8 +467,6 @@ static int __devinit device_irq_init(struct pm860x_chip *chip, ...@@ -468,8 +467,6 @@ static int __devinit device_irq_init(struct pm860x_chip *chip,
if (!chip->core_irq) if (!chip->core_irq)
goto out; goto out;
desc = irq_to_desc(chip->core_irq);
/* register IRQ by genirq */ /* register IRQ by genirq */
for (i = 0; i < ARRAY_SIZE(pm860x_irqs); i++) { for (i = 0; i < ARRAY_SIZE(pm860x_irqs); i++) {
__irq = i + chip->irq_base; __irq = i + chip->irq_base;
......
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