Re: [PATCH net-next] net: dsa: unexport dsa_is_port_initialized

2017-07-19 Thread David Miller
From: Vivien Didelot Date: Tue, 18 Jul 2017 16:23:56 -0400 > The dsa_is_port_initialized helper is only used by dsa_switch_resume and > dsa_switch_suspend, if CONFIG_PM_SLEEP is enabled. Make it static to > dsa.c. > > Signed-off-by: Vivien Didelot

Re: [PATCH net-next] net: dsa: unexport dsa_is_port_initialized

2017-07-19 Thread David Miller
From: Vivien Didelot Date: Tue, 18 Jul 2017 16:23:56 -0400 > The dsa_is_port_initialized helper is only used by dsa_switch_resume and > dsa_switch_suspend, if CONFIG_PM_SLEEP is enabled. Make it static to > dsa.c. > > Signed-off-by: Vivien Didelot Applied.

[PATCH net-next] net: dsa: unexport dsa_is_port_initialized

2017-07-18 Thread Vivien Didelot
The dsa_is_port_initialized helper is only used by dsa_switch_resume and dsa_switch_suspend, if CONFIG_PM_SLEEP is enabled. Make it static to dsa.c. Signed-off-by: Vivien Didelot --- include/net/dsa.h | 5 - net/dsa/dsa.c | 5 + 2 files changed,

[PATCH net-next] net: dsa: unexport dsa_is_port_initialized

2017-07-18 Thread Vivien Didelot
The dsa_is_port_initialized helper is only used by dsa_switch_resume and dsa_switch_suspend, if CONFIG_PM_SLEEP is enabled. Make it static to dsa.c. Signed-off-by: Vivien Didelot --- include/net/dsa.h | 5 - net/dsa/dsa.c | 5 + 2 files changed, 5 insertions(+), 5 deletions(-) diff