commit | 47d2ce03dcfb6b7f0373aac6c667715d94caba78 | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <vladimir.oltean@nxp.com> | Mon Nov 21 15:55:52 2022 +0200 |
committer | Jakub Kicinski <kuba@kernel.org> | Tue Nov 22 20:41:53 2022 -0800 |
tree | e11ccc4be62ecb11d99a1c5cd28f1a90f8fe3856 | |
parent | 165c2fb93bed2e73c63d064b315a9da15a3e4694 [diff] |
net: dsa: rename dsa2.c back into dsa.c and create its header The previous change moved the code into the larger file (dsa2.c) to minimize the delta. Rename that now to dsa.c, and create dsa.h, where all related definitions from dsa_priv.h go. 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>