The patch titled phy-implement-release-function fix has been added to the -mm tree. Its filename is phy-implement-release-function-fix.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: 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 phy-implement-release-function.patch phy-implement-release-function-fix.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