summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/tdkphy.c
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2001-10-11 22:02:14 +0000
committermjacob <mjacob@FreeBSD.org>2001-10-11 22:02:14 +0000
commit0c1765c061e3fbd8b3b08c4de039e483ff855661 (patch)
tree6cf4125637b319f3807cbd1e20846a8dac5d5423 /sys/dev/mii/tdkphy.c
parent8d9861c92659afce7292dc49883daa33d7950786 (diff)
downloadFreeBSD-src-0c1765c061e3fbd8b3b08c4de039e483ff855661.zip
FreeBSD-src-0c1765c061e3fbd8b3b08c4de039e483ff855661.tar.gz
Fix declaration disagreement.
Diffstat (limited to 'sys/dev/mii/tdkphy.c')
-rw-r--r--sys/dev/mii/tdkphy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mii/tdkphy.c b/sys/dev/mii/tdkphy.c
index 759f0e7..63e8505 100644
--- a/sys/dev/mii/tdkphy.c
+++ b/sys/dev/mii/tdkphy.c
@@ -92,8 +92,8 @@ static driver_t tdkphy_driver = {
DRIVER_MODULE(tdkphy, miibus, tdkphy_driver, tdkphy_devclass, 0, 0);
-int tdkphy_service __P((struct mii_softc *, struct mii_data *, int));
-void tdkphy_status __P((struct mii_softc *));
+static int tdkphy_service __P((struct mii_softc *, struct mii_data *, int));
+static void tdkphy_status __P((struct mii_softc *));
static int
tdkphy_probe(device_t dev)
OpenPOWER on IntegriCloud