summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2010-10-15 15:46:58 +0000
committermarius <marius@FreeBSD.org>2010-10-15 15:46:58 +0000
commit6c3cf86b506db5c89cc9283f5a8668d22ec8ebf3 (patch)
tree9baa32c27978b7c4f817826ec8e3a17b5a85e9b0 /sys/modules
parent9a2d058f58ba6ef326a46ead3e9d1fbb500664c1 (diff)
downloadFreeBSD-src-6c3cf86b506db5c89cc9283f5a8668d22ec8ebf3.zip
FreeBSD-src-6c3cf86b506db5c89cc9283f5a8668d22ec8ebf3.tar.gz
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
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/mii/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/mii/Makefile b/sys/modules/mii/Makefile
index 23ec702..c1ffae2 100644
--- a/sys/modules/mii/Makefile
+++ b/sys/modules/mii/Makefile
@@ -14,7 +14,6 @@ SRCS+= xmphy.c
EXPORT_SYMS= mii_attach \
mii_mediachg \
- mii_phy_probe \
mii_phy_reset \
mii_pollstat \
mii_tick
OpenPOWER on IntegriCloud