commit | e7d53ad3239de636ea478fc003d3652b49b8e593 | [log] [tgz] |
---|---|---|
author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | Tue Jul 18 16:23:56 2017 -0400 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 19 16:28:17 2017 -0700 |
tree | 8d3d59ef1db41bc9e32acab88cadf9837291253c | |
parent | 8410095730c0874eb265bbcc87e9ec0d0ff8c183 [diff] |
net: dsa: unexport dsa_is_port_initialized 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 <vivien.didelot@savoirfairelinux.com> Signed-off-by: David S. Miller <davem@davemloft.net>