The patch titled x86: apic/io_apic.c dmar_msi_type should be static has been removed from the -mm tree. Its filename was x86-apic-io_apicc-dmar_msi_type-should-be-static.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: x86: apic/io_apic.c dmar_msi_type should be static From: Jaswinder Singh Rajput <jaswinder@xxxxxxxxxx> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/x86/kernel/apic/io_apic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/x86/kernel/apic/io_apic.c~x86-apic-io_apicc-dmar_msi_type-should-be-static arch/x86/kernel/apic/io_apic.c --- a/arch/x86/kernel/apic/io_apic.c~x86-apic-io_apicc-dmar_msi_type-should-be-static +++ a/arch/x86/kernel/apic/io_apic.c @@ -3565,7 +3565,7 @@ static int dmar_msi_set_affinity(unsigne #endif /* CONFIG_SMP */ -struct irq_chip dmar_msi_type = { +static struct irq_chip dmar_msi_type = { .name = "DMAR_MSI", .unmask = dmar_msi_unmask, .mask = dmar_msi_mask, _ Patches currently in -mm which might be from jaswinder@xxxxxxxxxx are origin.patch linux-next.patch arch-x86-kernel-cpu-cpufreq-acpi-cpufreqc-avoid-cross-cpu-interrupts.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