[merged] drivers-pci-hotplug-ibmphp_corec-fix-warning-due-to-missing-module_exit.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     drivers/pci/hotplug/ibmphp_core.c: fix warning due to missing module_exit()
has been removed from the -mm tree.  Its filename was
     drivers-pci-hotplug-ibmphp_corec-fix-warning-due-to-missing-module_exit.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: 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

linux-next.patch
drivers-leds-leds-gpioc-fix-a-section-mismatch.patch
drivers-scsi-ncr_d700c-fix-irq-handler-return-type.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

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux