summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/ukphy.c
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-20 02:08:01 +0000
committeralfred <alfred@FreeBSD.org>2002-03-20 02:08:01 +0000
commit3264aec746947db8598130cb0ac382cf0b2a10cf (patch)
tree13b2f09af75205c81c286aaf60527ae3de623e14 /sys/dev/mii/ukphy.c
parente8f7a49843febbd1d96e06f28e56160c942029dd (diff)
downloadFreeBSD-src-3264aec746947db8598130cb0ac382cf0b2a10cf.zip
FreeBSD-src-3264aec746947db8598130cb0ac382cf0b2a10cf.tar.gz
Remove __P.
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 1385135..64f4411 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)
OpenPOWER on IntegriCloud