Re: [PATCH net] net: dsa: Move dsa_switch_{suspend,resume} out of legacy.c

2017-06-02 Thread Vivien Didelot
Florian Fainelli writes: > dsa_switch_suspend() and dsa_switch_resume() are functions that belong in > net/dsa/dsa.c and are not part of the legacy platform support code. > > Fixes: a6a71f19fe5e ("net: dsa: isolate legacy code") > Signed-off-by: Florian Fainelli

Re: [PATCH net] net: dsa: Move dsa_switch_{suspend,resume} out of legacy.c

2017-06-02 Thread Andrew Lunn
On Thu, Jun 01, 2017 at 07:53:04PM -0700, Florian Fainelli wrote: > dsa_switch_suspend() and dsa_switch_resume() are functions that belong in > net/dsa/dsa.c and are not part of the legacy platform support code. > > Fixes: a6a71f19fe5e ("net: dsa: isolate legacy code") > Signed-off-by: Florian

[PATCH net] net: dsa: Move dsa_switch_{suspend,resume} out of legacy.c

2017-06-01 Thread Florian Fainelli
dsa_switch_suspend() and dsa_switch_resume() are functions that belong in net/dsa/dsa.c and are not part of the legacy platform support code. Fixes: a6a71f19fe5e ("net: dsa: isolate legacy code") Signed-off-by: Florian Fainelli --- net/dsa/dsa.c| 47