diff options
| author | Marek Vasut <[email protected]> | 2025-02-22 21:33:33 +0100 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2025-02-26 18:26:57 +0100 |
| commit | 4e6fed49becc7e8d9639966fd34695583192a3ee (patch) | |
| tree | c8f1ea93f4e74592323c8fa1755c982c317106b9 /include | |
| parent | 6d76c997e991776609e4d90e6e6fc99b3b5f1d4c (diff) | |
net: miiphybb: Drop bb_miiphy_buses and bb_miiphy_buses_num
Neither bb_miiphy_buses nor bb_miiphy_buses_num are used anymore.
Drop both of them.
Reviewed-by: Paul Barker <[email protected]>
Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/miiphy.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/miiphy.h b/include/miiphy.h index efeff8ae70b..b879fd16ae3 100644 --- a/include/miiphy.h +++ b/include/miiphy.h @@ -75,9 +75,6 @@ struct bb_miiphy_bus { struct mii_dev mii; }; -extern struct bb_miiphy_bus bb_miiphy_buses[]; -extern int bb_miiphy_buses_num; - struct bb_miiphy_bus *bb_miiphy_alloc(void); void bb_miiphy_free(struct bb_miiphy_bus *bus); |
