summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2025-03-02 02:24:46 +0100
committerMarek Vasut <[email protected]>2025-03-11 23:05:57 +0100
commit596d67e5163834893e9b59d7a5cb9e9a1cd8bc24 (patch)
treef74567490da2e6d316a5cb7e2b886f6e3f9a0872 /include
parent7cded10da35730ff27062d19b8ad72242be8038f (diff)
net: miiphybb: Drop priv from struct bb_miiphy_bus
Remove the priv member from struct bb_miiphy_bus and its assignment from drivers. This turns struct bb_miiphy_bus int struct mii_dev wrapper, to be cleaned up next. Signed-off-by: Marek Vasut <[email protected]> Reviewed-by: Paul Barker <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/miiphy.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/miiphy.h b/include/miiphy.h
index 9b8b42799c2..d2678379a1b 100644
--- a/include/miiphy.h
+++ b/include/miiphy.h
@@ -74,7 +74,6 @@ struct bb_miiphy_bus_ops {
};
struct bb_miiphy_bus {
- void *priv;
struct mii_dev mii;
};