aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii/ukphy.c
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-03-20 02:08:01 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-03-20 02:08:01 +0000
commite51a25f8505c7f9c6684c928bb59b0bda2fc039b (patch)
tree13b2f09af75205c81c286aaf60527ae3de623e14 /sys/dev/mii/ukphy.c
parentc605e9e62f94150fea168cf43328076ea7789885 (diff)
Notes
Diffstat (limited to 'sys/dev/mii/ukphy.c')
-rw-r--r--sys/dev/mii/ukphy.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/mii/ukphy.c b/sys/dev/mii/ukphy.c
index 13851355a8596..64f4411ba6e26 100644
--- a/sys/dev/mii/ukphy.c
+++ b/sys/dev/mii/ukphy.c
@@ -92,9 +92,9 @@ static const char rcsid[] =
"$FreeBSD$";
#endif
-static int ukphy_probe __P((device_t));
-static int ukphy_attach __P((device_t));
-static int ukphy_detach __P((device_t));
+static int ukphy_probe (device_t);
+static int ukphy_attach (device_t);
+static int ukphy_detach (device_t);
static device_method_t ukphy_methods[] = {
/* device interface */
@@ -115,7 +115,7 @@ static driver_t ukphy_driver = {
DRIVER_MODULE(ukphy, miibus, ukphy_driver, ukphy_devclass, 0, 0);
-static int ukphy_service __P((struct mii_softc *, struct mii_data *, int));
+static int ukphy_service(struct mii_softc *, struct mii_data *, int);
static int
ukphy_probe(dev)