commit | 7aea535d40eaba97cb116ba2b30ecd897eee0f43 | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <vladimir.oltean@nxp.com> | Mon Nov 21 15:55:43 2022 +0200 |
committer | Jakub Kicinski <kuba@kernel.org> | Tue Nov 22 20:41:47 2022 -0800 |
tree | ceb6cbba7dd97ea124722f104ae09ba53bd86ebe | |
parent | d95fa75061fbd09a7ae78a76bc8902a84b8538a5 [diff] |
net: dsa: move rest of devlink setup/teardown to devlink.c The code that needed further refactoring into dedicated functions in dsa2.c was left aside. Move it now to devlink.c, and make dsa2.c stop including net/devlink.h. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>