The patch titled drivers/pci/hotplug/ibmphp_core.c: fix warning due to missing module_exit() has been added to the -mm tree. Its filename is drivers-pci-hotplug-ibmphp_corec-fix-warning-due-to-missing-module_exit.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: drivers/pci/hotplug/ibmphp_core.c: fix warning due to missing module_exit() From: Zhenwen Xu <helight.xu@xxxxxxxxx> drivers/pci/hotplug/ibmphp_core.c:1414: warning: `ibmphp_exit' defined but not used Signed-off-by: Zhenwen Xu <helight.xu@xxxxxxxxx> Cc: Jesse Barnes <jbarnes@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/pci/hotplug/ibmphp_core.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/pci/hotplug/ibmphp_core.c~drivers-pci-hotplug-ibmphp_corec-fix-warning-due-to-missing-module_exit drivers/pci/hotplug/ibmphp_core.c --- a/drivers/pci/hotplug/ibmphp_core.c~drivers-pci-hotplug-ibmphp_corec-fix-warning-due-to-missing-module_exit +++ a/drivers/pci/hotplug/ibmphp_core.c @@ -1419,3 +1419,4 @@ static void __exit ibmphp_exit(void) } module_init(ibmphp_init); +module_exit(ibmphp_exit); _ Patches currently in -mm which might be from helight.xu@xxxxxxxxx are drivers-mtd-nand-cafe_nandc-fix-irq-handler-return-type.patch drivers-pci-hotplug-ibmphp_corec-fix-warning-due-to-missing-module_exit.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