summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/mlphy.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/mlphy.c
parente8f7a49843febbd1d96e06f28e56160c942029dd (diff)
downloadFreeBSD-src-3264aec746947db8598130cb0ac382cf0b2a10cf.zip
FreeBSD-src-3264aec746947db8598130cb0ac382cf0b2a10cf.tar.gz
Remove __P.
Diffstat (limited to 'sys/dev/mii/mlphy.c')
-rw-r--r--sys/dev/mii/mlphy.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/mii/mlphy.c b/sys/dev/mii/mlphy.c
index d39362a..266f262 100644
--- a/sys/dev/mii/mlphy.c
+++ b/sys/dev/mii/mlphy.c
@@ -72,9 +72,9 @@ struct mlphy_softc {
int ml_linked;
};
-static int mlphy_probe __P((device_t));
-static int mlphy_attach __P((device_t));
-static int mlphy_detach __P((device_t));
+static int mlphy_probe (device_t);
+static int mlphy_attach (device_t);
+static int mlphy_detach (device_t);
static device_method_t mlphy_methods[] = {
/* device interface */
@@ -95,9 +95,9 @@ static driver_t mlphy_driver = {
DRIVER_MODULE(mlphy, miibus, mlphy_driver, mlphy_devclass, 0, 0);
-static int mlphy_service __P((struct mii_softc *, struct mii_data *, int));
-static void mlphy_reset __P((struct mii_softc *));
-static void mlphy_status __P((struct mii_softc *));
+static int mlphy_service(struct mii_softc *, struct mii_data *, int);
+static void mlphy_reset(struct mii_softc *);
+static void mlphy_status(struct mii_softc *);
static int mlphy_probe(dev)
device_t dev;
OpenPOWER on IntegriCloud