commit | 3cc9f2573cdcbc6991aa2d1c8e04a4b9190487f8 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Tue Jun 13 13:27:22 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 13 16:35:03 2017 -0400 |
tree | 1f4d13a47187b7662ea5369ffe163deee2c79550 | |
parent | a29342e739115211615acc33616e547b2d3e0663 [diff] |
net: dsa: Introduce dsa_get_cpu_port() Introduce a helper function which will return a reference to the CPU port used in a dsa_switch_tree. Right now this is a singleton, but this will change once we introduce multi-CPU port support, so ease the transition by converting the affected code paths. Reviewed-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>