net: miiphybb: Drop bb_miiphy_init() and .init callback
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 22 Feb 2025 20:33:19 +0000 (21:33 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 26 Feb 2025 17:26:57 +0000 (18:26 +0100)
commit8cc464c334553e571d002081ba0089edb9afc1e6
tree42063bc7d8f9eb7e6708e71e82ddf822c39aedec
parentb6e76cff0826d434601b9a22f5a0952530e7302b
net: miiphybb: Drop bb_miiphy_init() and .init callback

The .init callback is not called by any function, drop it.
There are no more users of the init callback, drop the entire
mechanism.

Reviewed-by: Paul Barker <paul.barker.ct@bp.renesas.com>
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
common/board_r.c
drivers/net/phy/miiphybb.c
include/miiphy.h