- phy-implement-release-function-fix.patch removed from -mm tree

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

 



The patch titled
     phy-implement-release-function fix
has been removed from the -mm tree.  Its filename was
     phy-implement-release-function-fix.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: phy-implement-release-function fix
From: Anton Vorontsov <avorontsov@xxxxxxxxxxxxx>

Makes sense, I think. Here is the newer patch, the only difference is
removed EXPORT_SYMBOL().

Signed-off-by: Anton Vorontsov <avorontsov@xxxxxxxxxxxxx>
Cc: Andy Fleming <afleming@xxxxxxxxxxxxx>
Cc: Thierry Reding <thierry.reding@xxxxxxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/net/phy/phy_device.c |    1 -
 1 file changed, 1 deletion(-)

diff -puN drivers/net/phy/phy_device.c~phy-implement-release-function-fix drivers/net/phy/phy_device.c
--- a/drivers/net/phy/phy_device.c~phy-implement-release-function-fix
+++ a/drivers/net/phy/phy_device.c
@@ -48,7 +48,6 @@ void phy_device_free(struct phy_device *
 {
 	kfree(phydev);
 }
-EXPORT_SYMBOL(phy_device_free);
 
 static void phy_device_release(struct device *dev)
 {
_

Patches currently in -mm which might be from avorontsov@xxxxxxxxxxxxx are

git-netdev-all.patch
ucc_geth-fix-module-removal.patch
ucc_geth-add-support-for-netpoll.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