The patch titled irq: remove a extra line has been removed from the -mm tree. Its filename is irq-removed-a-extra-line.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: irq: remove a extra line From: Yoichi Yuasa <yoichi_yuasa@xxxxxxxxxxxxxx> Signed-off-by: Yoichi Yuasa <yoichi_yuasa@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- kernel/irq/chip.c | 4 ---- 1 file changed, 4 deletions(-) diff -puN kernel/irq/chip.c~irq-removed-a-extra-line kernel/irq/chip.c --- a/kernel/irq/chip.c~irq-removed-a-extra-line +++ a/kernel/irq/chip.c @@ -40,10 +40,6 @@ int set_irq_chip(unsigned int irq, struc spin_lock_irqsave(&desc->lock, flags); irq_chip_set_defaults(chip); desc->chip = chip; - /* - * For compatibility only: - */ - desc->chip = chip; spin_unlock_irqrestore(&desc->lock, flags); return 0; _ Patches currently in -mm which might be from yoichi_yuasa@xxxxxxxxxxxxxx are origin.patch generic-ioremap_page_range-mips-conversion-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html