Re: [PATCH net-next] switchdev: Complete removal of switchdev_port_attr_get()

2019-02-24 Thread David Miller
From: Florian Fainelli Date: Sun, 24 Feb 2019 18:39:02 -0800 > We have no more in tree users of switchdev_port_attr_get() after > d0e698d57a94 ("Merge branch 'net-Get-rid-of-switchdev_port_attr_get'") > so completely remove the function signature and body. > > Signed-off-by: Florian Fainelli

[PATCH net-next] switchdev: Complete removal of switchdev_port_attr_get()

2019-02-24 Thread Florian Fainelli
We have no more in tree users of switchdev_port_attr_get() after d0e698d57a94 ("Merge branch 'net-Get-rid-of-switchdev_port_attr_get'") so completely remove the function signature and body. Signed-off-by: Florian Fainelli --- include/net/switchdev.h | 4 net/switchdev/switchdev.c | 42