commit | 0b99afec9c8bb49fd2c28b35f36546b135b52b13 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <rasmus.villemoes@prevas.dk> | Tue Mar 28 23:21:08 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri May 05 17:48:44 2023 -0400 |
tree | 3a0872e3e3425a1e3fc3d3cbe7e330264be358d7 | |
parent | 8c0ed61390533410fef275c2bc86acc5ac35fa4b [diff] |
phy: realtek: don't duplicate genphy_startup rtl8211e_startup() is an exact copy of genphy_startup(). Use that instead of duplicating it. Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>