summaryrefslogtreecommitdiff
path: root/include/miiphy.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/miiphy.h')
-rw-r--r--include/miiphy.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/miiphy.h b/include/miiphy.h
index 47923bfbf6..83141b4a6a 100644
--- a/include/miiphy.h
+++ b/include/miiphy.h
@@ -48,7 +48,6 @@ void miiphy_listdev(void);
struct mii_dev *mdio_alloc(void);
void mdio_free(struct mii_dev *bus);
int mdio_register(struct mii_dev *bus);
-int mdio_register_seq_name(struct mii_dev *bus, int seq);
int mdio_unregister(struct mii_dev *bus);
void mdio_list_devices(void);