The patch titled i386: PCI: remove __devinit from pcibios_get_irq_routing_table has been removed from the -mm tree. Its filename was pci-remove-__devinit-from-pcibios_get_irq_routing_table.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: i386: PCI: remove __devinit from pcibios_get_irq_routing_table From: Ralf Baechle <ralf@xxxxxxxxxxxxxx> pcibios_get_irq_routing_table is an exported symbol. This results in a modpost warning: WARNING: vmlinux.o(.text+0xdca51): Section mismatch: reference to .init.text:pcibios_fixup_bus (between 'pci_scan_child_bus' and 'pci_scan_bus_parented') Signed-off-by: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Cc: Andi Kleen <ak@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/i386/pci/pcbios.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/i386/pci/pcbios.c~pci-remove-__devinit-from-pcibios_get_irq_routing_table arch/i386/pci/pcbios.c --- a/arch/i386/pci/pcbios.c~pci-remove-__devinit-from-pcibios_get_irq_routing_table +++ a/arch/i386/pci/pcbios.c @@ -412,7 +412,7 @@ struct irq_routing_options { u16 segment; } __attribute__((packed)); -struct irq_routing_table * __devinit pcibios_get_irq_routing_table(void) +struct irq_routing_table * pcibios_get_irq_routing_table(void) { struct irq_routing_options opt; struct irq_routing_table *rt = NULL; _ Patches currently in -mm which might be from ralf@xxxxxxxxxxxxxx are fix-font-dependency-for-sgi-newport-console-driver.patch add-maintainers-entry-for-ioc3-serial-driver.patch fix-modpost-warning-in-serial-driver.patch git-mips.patch tty-add-the-new-ioctls-and-definitionto-the-mips.patch mips-qemu-network-work-again.patch mips-detect-bcm947xx-cpus.patch mips-bcm947xx-support.patch rfc-add-bcm947xx-to-kconfig.patch mips-add-bcm947xx-to-makefile.patch mips-add-gpio-support-to-the-bcm947xx-platform.patch mips-gpio-led-driver-for-the-wgt634u-machine.patch mips-move-platform-independent-cfe-code-into-arch-mips-cfe.patch mips-add-cfe-support-to-bcm947xx-code.patch mips-replace-config_usb_ohci-with-config_usb_ohci_hcd-in-a-few-overlooked-files.patch git-mtd.patch git-netdev-all.patch ioc3-program-uart-predividers.patch move-a-few-definitions-to-au1000_xxs1500c.patch move-a-few-definitions-to-au1000_xxs1500c-fix.patch serial_txx9-cleanup-includes.patch fix-ide-legacy-mode-resources.patch fix-ide-legacy-mode-resources-fix.patch serio-fix-modpost-warning.patch during-vm-oom-condition-kill-all-threads-in-process-group.patch drivers-pmc-msp71xx-gpio-char-driver.patch clean-up-duplicate-includes-in-drivers-char.patch fbcon-convert-struct-font_desc-to-use-iso-c-initializers.patch vt-fix-warnings-in-selectionh.patch define-global-bit-macro.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