diff options
author | Tom Rini <trini@konsulko.com> | 2016-12-09 07:56:54 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-12-09 07:56:54 -0500 |
commit | 361a879902a3cbdb692149a1ac580e3199e771ba (patch) | |
tree | 22d8f65bdf2e41096d13f2bfd458fb25b3c3698d /include/miiphy.h | |
parent | 3edc0c252257e4afed163a3a74aba24a5509b198 (diff) | |
download | u-boot-361a879902a3cbdb692149a1ac580e3199e771ba.tar.gz |
Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze"
This reverts commit 3edc0c252257e4afed163a3a74aba24a5509b198, reversing
changes made to bb135a0180c31fbd7456021fb9700b49bba7f533.
Diffstat (limited to 'include/miiphy.h')
-rw-r--r-- | include/miiphy.h | 1 |
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); |