The patch titled irq: remove a extra line has been added to the -mm tree. Its filename is irq-removed-a-extra-line.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 drivers-base-check-errors-fix-2.patch powerpc-use-check_irq_per_cpu.patch always-define-irq_per_cpu.patch irq-fixed-coding-style.patch irq-removed-a-extra-line.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