The patch titled hp100: convert pci_module_init() to pci_register_driver() has been added to the -mm tree. Its filename is hp100-convert-pci_module_init-to-pci_register_driver.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: hp100: convert pci_module_init() to pci_register_driver() From: Richard Knutsson <ricknu-0@xxxxxxxxxxxxxx> Convert pci_module_init() to pci_register_driver(). Signed-off-by: Richard Knutsson <ricknu-0@xxxxxxxxxxxxxx> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/net/hp100.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/net/hp100.c~hp100-convert-pci_module_init-to-pci_register_driver drivers/net/hp100.c --- a/drivers/net/hp100.c~hp100-convert-pci_module_init-to-pci_register_driver +++ a/drivers/net/hp100.c @@ -3034,7 +3034,7 @@ static int __init hp100_module_init(void goto out2; #endif #ifdef CONFIG_PCI - err = pci_module_init(&hp100_pci_driver); + err = pci_register_driver(&hp100_pci_driver); if (err && err != -ENODEV) goto out3; #endif _ Patches currently in -mm which might be from ricknu-0@xxxxxxxxxxxxxx are hp100-convert-pci_module_init-to-pci_register_driver.patch drivers-scsi-buslogic-replace-boolean-by-bool.patch git-cryptodev.patch drivers-block-dac960-converted-boolean-to-bool.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