The patch titled use struct irq_chip instead of struct hw_interrupt_type has been added to the -mm tree. Its filename is user-struct-irq_chip-instead-of-struct-hw_interrupt_type.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: use struct irq_chip instead of struct hw_interrupt_type From: "Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxx> hw_interrupt_type is deprecated in favour of struct irq_chip. Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/i386/kernel/io_apic.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/i386/kernel/io_apic.c~user-struct-irq_chip-instead-of-struct-hw_interrupt_type arch/i386/kernel/io_apic.c --- a/arch/i386/kernel/io_apic.c~user-struct-irq_chip-instead-of-struct-hw_interrupt_type +++ a/arch/i386/kernel/io_apic.c @@ -2594,7 +2594,7 @@ static void set_ht_irq_affinity(unsigned } #endif -static struct hw_interrupt_type ht_irq_chip = { +static struct irq_chip ht_irq_chip = { .name = "PCI-HT", .mask = mask_ht_irq, .unmask = unmask_ht_irq, _ Patches currently in -mm which might be from aneesh.kumar@xxxxxxxxx are user-struct-irq_chip-instead-of-struct-hw_interrupt_type.patch fix-typos-in-mm-shmem_aclc.patch fix-lockdep-designtxt.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