The patch titled remove get_perm_addr from ucc_geth_ethtool.c has been added to the -mm tree. Its filename is remove-get_perm_addr-from-ucc_geth_ethtoolc.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: remove get_perm_addr from ucc_geth_ethtool.c From: Jan Altenberg <jan.altenberg@xxxxxxxxxxxxx> This is needed because commit 313674afa8fdced2fe79f50f38e1c387b63d8790 inlines the generic function to the caller. Signed-off-by: Jan Altenberg <jan.altenberg@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/net/ucc_geth_ethtool.c | 1 - 1 files changed, 1 deletion(-) diff -puN drivers/net/ucc_geth_ethtool.c~remove-get_perm_addr-from-ucc_geth_ethtoolc drivers/net/ucc_geth_ethtool.c --- a/drivers/net/ucc_geth_ethtool.c~remove-get_perm_addr-from-ucc_geth_ethtoolc +++ a/drivers/net/ucc_geth_ethtool.c @@ -379,7 +379,6 @@ static const struct ethtool_ops uec_etht .get_stats_count = uec_get_stats_count, .get_strings = uec_get_strings, .get_ethtool_stats = uec_get_ethtool_stats, - .get_perm_addr = ethtool_op_get_perm_addr, }; void uec_set_ethtool_ops(struct net_device *netdev) _ Patches currently in -mm which might be from jan.altenberg@xxxxxxxxxxxxx are remove-get_perm_addr-from-ucc_geth_ethtoolc.patch at91-include-atmel_lcdch-in-at91sam92613_devicesc.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