The patch titled remove devinit from ioc4 pci_driver has been added to the -mm tree. Its filename is remove-devinit-from-ioc4-pci_driver.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: remove devinit from ioc4 pci_driver From: Dave Jones <davej@xxxxxxxxxx> Documention/pci.txt states.. "The struct pci_driver shouldn't be marked with any of these tags." (Referring to __devinit and friends). (akpm: good documentation, that. Link this driver into vmlinux with hotplug CPU disabled and it'll crash). Signed-off-by: Dave Jones <davej@xxxxxxxxxx> Cc: Brent Casavant <bcasavan@xxxxxxx> Cc: Pat Gefre <pfg@xxxxxxx> Cc: Jes Sorensen <jes@xxxxxxx> Cc: Tony Luck <tony.luck@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/sn/ioc4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/sn/ioc4.c~remove-devinit-from-ioc4-pci_driver drivers/sn/ioc4.c --- a/drivers/sn/ioc4.c~remove-devinit-from-ioc4-pci_driver +++ a/drivers/sn/ioc4.c @@ -438,7 +438,7 @@ static struct pci_device_id ioc4_id_tabl {0} }; -static struct pci_driver __devinitdata ioc4_driver = { +static struct pci_driver ioc4_driver = { .name = "IOC4", .id_table = ioc4_id_table, .probe = ioc4_probe, _ Patches currently in -mm which might be from davej@xxxxxxxxxx are origin.patch git-agpgart.patch remove-silly-messages-from-input-layer.patch git-scsi-misc.patch x86-dont-print-out-smp-info-on-up-kernels.patch fix-oddball-boolean-logic-in-s390-netiucv.patch s390-broken-null-test-in-claw-driver.patch remove-devinit-from-ioc4-pci_driver.patch post-halloween-doc.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