Signed-off-by: Thomas Gleixner --- drivers/mfd/88pm860x-core.c | 3 --- 1 file changed, 3 deletions(-) Index: linux-2.6-tip/drivers/mfd/88pm860x-core.c =================================================================== --- linux-2.6-tip.orig/drivers/mfd/88pm860x-core.c +++ linux-2.6-tip/drivers/mfd/88pm860x-core.c @@ -508,7 +508,6 @@ static int __devinit device_irq_init(str : chip->companion; unsigned char status_buf[INT_STATUS_NUM]; unsigned long flags = IRQF_TRIGGER_FALLING | IRQF_ONESHOT; - struct irq_desc *desc; int i, data, mask, ret = -EINVAL; int __irq; @@ -560,8 +559,6 @@ static int __devinit device_irq_init(str if (!chip->core_irq) goto out; - desc = irq_to_desc(chip->core_irq); - /* register IRQ by genirq */ for (i = 0; i < ARRAY_SIZE(pm860x_irqs); i++) { __irq = i + chip->irq_base; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/