summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-10-16 20:22:56 +0000
committerphk <phk@FreeBSD.org>2005-10-16 20:22:56 +0000
commit2853ff590d956b1bb6b15c5543758e76d69c823c (patch)
tree136df2f5eb3978a913bbef50def66e4c0eb9606d /sys/dev/sio
parent643ec6468f745d42570f07a6873d4eeffe51baa6 (diff)
downloadFreeBSD-src-2853ff590d956b1bb6b15c5543758e76d69c823c.zip
FreeBSD-src-2853ff590d956b1bb6b15c5543758e76d69c823c.tar.gz
Eliminate two unused arguments to ttycreate().
Diffstat (limited to 'sys/dev/sio')
-rw-r--r--sys/dev/sio/sio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c
index f09af58..ddfd9e9 100644
--- a/sys/dev/sio/sio.c
+++ b/sys/dev/sio/sio.c
@@ -1099,7 +1099,7 @@ determined_type: ;
}
/* We're ready, open the doors... */
- ttycreate(tp, NULL, unit, MINOR_CALLOUT, "d%r", unit);
+ ttycreate(tp, TS_CALLOUT, "d%r", unit);
return (0);
}
OpenPOWER on IntegriCloud