From 4cf712a3be84de9c4bc8273b6734684e2b0b4e49 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sat, 18 Jan 2025 07:14:35 +0100 Subject: net: miiphybb: configs: Drop CONFIG_BITBANGMII_MULTI It seems that every remaining system which enables BITBANGMII also enables BITBANGMII_MULTI . Remove the BITBANGMII_MULTI symbol and assume it is always enabled. This allows removal of a bit of legacy code. No functional change intended. Signed-off-by: Marek Vasut Reviewed-by: Paul Barker --- include/miiphy.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/miiphy.h b/include/miiphy.h index 5abffd8fb6b..2bb4f62ea76 100644 --- a/include/miiphy.h +++ b/include/miiphy.h @@ -72,9 +72,7 @@ struct bb_miiphy_bus { int (*get_mdio)(struct bb_miiphy_bus *bus, int *v); int (*set_mdc)(struct bb_miiphy_bus *bus, int v); int (*delay)(struct bb_miiphy_bus *bus); -#ifdef CONFIG_BITBANGMII_MULTI void *priv; -#endif }; extern struct bb_miiphy_bus bb_miiphy_buses[]; -- cgit v1.2.3