diff options
author | Marius Strobl <marius@FreeBSD.org> | 2010-10-15 15:46:58 +0000 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2010-10-15 15:46:58 +0000 |
commit | e60f6da1d620471f051e0f050e8d8be2149ceff9 (patch) | |
tree | 9baa32c27978b7c4f817826ec8e3a17b5a85e9b0 /sys/dev/mii/miivar.h | |
parent | 09631173bec409e4bbcb0b25fa3ae16f3a40775d (diff) |
Now that all previous users of mii_phy_probe() have been converted
in r213893 and r213894 to use mii_attach() instead remove the former
and along with it the "EVIL HACK".
MFC after: never
Notes
Notes:
svn path=/head/; revision=213900
Diffstat (limited to 'sys/dev/mii/miivar.h')
-rw-r--r-- | sys/dev/mii/miivar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/mii/miivar.h b/sys/dev/mii/miivar.h index 9196f8d1ce0f..78d152a248e3 100644 --- a/sys/dev/mii/miivar.h +++ b/sys/dev/mii/miivar.h @@ -232,7 +232,6 @@ void mii_down(struct mii_data *); int mii_mediachg(struct mii_data *); void mii_tick(struct mii_data *); void mii_pollstat(struct mii_data *); -int mii_phy_probe(device_t, device_t *, ifm_change_cb_t, ifm_stat_cb_t); void mii_add_media(struct mii_softc *); void mii_phy_add_media(struct mii_softc *); |