commit | 15e581c0a0b8344f7c546060eeb4bcebd082a23d | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Sat Feb 22 21:33:12 2025 +0100 |
committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | Wed Feb 26 18:26:57 2025 +0100 |
tree | d87e4c6973369f7282d69a25d45e0cd16d96354c | |
parent | cc51c0db3bc10e984bac47d9c07011ed8fa72eb5 [diff] |
net: sh_eth: Drop empty init callback The init function does nothing, the bb_miiphy_init() already checks whether the .init callback is assigned, and if not, skips calling it. Remove the empty init function. The entire init callback will be removed in follow up patches. Reviewed-by: Paul Barker <paul.barker.ct@bp.renesas.com> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>