summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/miiphy.h2
1 files changed, 0 insertions, 2 deletions
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[];